clean up missed text macros in main.asm
bump pokemontools to play nice with EQUS
define music constants instead of running around with ((label-$4000)/3)
split instrument duty into audio/
consolidate red/blue diffs in sfx
split audio components into audio_red.o and audio_blue.o
Makefile: baserom compare is optional
INSTALL: pokered compiles without a base rom
untranslated good rod fisherman text
relabel good rod script in fuchsia house 3
a dummy "TRAINER" string for trainer names
vermilion gym trash can puzzle data
repeated critical move table and recomment MoreCalculateDamage
Misc. labeling and unknown moves list incbin.
Credits order INCBIN and more labeling.
Fixed mislabeled pointer.
Labeled lots of hardcoded pointers. Hidden object pointers are all labeled.
Spinner Tiles facing directions INCBIN.
RocketHideoutElevator INCBINs.
CeladonMartElevator INCINBs.
Labeling of Vermilion Gym script and Player jumping y coordinates INCBIN.
Labeled Vermilion Gym trash pointers.
Fly animation screen coordinates INCBIN.
Red fishing tiles and ss anne smoke puff gfx INCBIN.
Player spinning direction list for the teleporting away animation INCBIN.
Fly overworld animation screen coordinates INCBIN.
Wavy Screen animation line offsets INCBIN.
SpiralBallAnimation coordinates INCBIN.
MinimizedMonSprite 1bpp gfx.
Filled in hardcoded pointers that pointed to INCBINs.
Labeled Special Effect pointers and ids.
Merge branch 'music' of https://github.com/dannye/pokered
Merge branch 'master' of https://github.com/huderlem/pokered
Pointer table clean up
Cleaned up all Map Headers.
W_TRAINER_NAME wram constant added, and labeled more hardcoded pointers.
Filled out most of a text id pointer table.
Fixed labels to get around syntax error.
Cleaned hardcoded pointers related to pokecenter texts and OT names.
Cleaned map connections with macros.
Fishing Rod Graphics properties INCBIN.
Nidorino's intro fight animation INCBIN.
Stat modifier ratios INCBIN.
INCBIN for enemy mon's battle HUD tiles.
INCBIN for several tiles used in the player's battle HUD.
WildMonEncounterSlotChances INCBIN.
CutTreeBlockSwaps INCBIN.
CutTreeAnimationOffsets INCBIN.
Labeled GetMonFieldMoves function.
FieldMoveDisplayData INCBIN.
Removed pointless ed_symbol file.
Merged and fixed incbin conflicts with Danny.
Merge branch 'master' of https://github.com/yenatch/pokered
Yet Another Map Script Commit
bump pokemontools for fixed wram label handling
init.sh: sudo pip install and make sure rgbds man dirs exist
Move slot machine constants
Disassemble Slot Machine and Others
Merge branch 'master' of https://github.com/iimarckus/pokered
Use safer and more standard POSIX find options.
Merge pull request #19 from yenatch/crystal-makefile
makefile: find -delete isnt portable
Makefile: use += to append to variables
prequeue: say how many files are being preprocessed
relative link to install in readme
bump pokemontools for scan_includes fix
add INSTALL.md and README -> README.md
finish off wram labels and fix up mistaken label overloads
wram labels and clarify safari zone step counter
Makefile: $: is not an escaped :
Merge remote-tracking branch 'iimarckus/master' into crystal-makefile
bump pokemontools for global label handling
include globals.asm in rgbasm objects