move GiveOddEgg into odd_eggs.asm
use more bank 0 labels in engine/scripting.asm
fix/add some missing function labels in bank 0
condense repeated asm with rept macros
proper labeling of common function GetSpritePalette
condense some repetitive asm with rept macros
move VBlank interrupt label from main.asm to engine/vblank.asm
move copy asm from main.asm to engine/copy.asm
move palette asm from main.asm to engine/palettes.asm
move time-related asm from main.asm into engine/time.asm
move serial asm from main.asm into engine/serial.asm
move more joypad code from main.asm into engine/joypad.asm
split lcd functions out of main.asm
split fading functions out of main.asm
secret ruins of alph water stone room asm
warp sound effects in field moves
more field move scripts and some map header references
get rid of a trailing incbin at the end of bank 21
more text_jumps in known functions
fix Stack's address ($c100 -> $c0ff)
hram constants in serial interrupt
gbhw: flag constants for interrupts and timer registers
rename PushScriptPointer -> CallScript
add some field move asm and scripts
PlayerPalette and PlayerAction wram labels
recomment some common asm (rtc/lcd)
battle init and some overworld actions
battle init and battle transition predefs
more bank 0 labels instead of static addresses
Merge remote-tracking branch 'kanzure/master' into merge-kanzure-again
Merge branch 'master' into merge-kanzure
TileType is actually TileCollision
formatting in TileTypeTable and tile checks
graphics loading functions (2bpp and 1bpp)
remove unnecessary incbin lengths
remove garbage data in tileset 31 metatile defs
MBC3SRAMEnable is actually MBC3SRamEnable
update hram addresses in engine/vblank.asm
rename and clean up _Start, Init
<&iimarckus> kill those labels please
Merge pull request #165 from yenatch/make-mapfile-and-symfile
generate a mapfile and symfile on compile
Merge pull request #164 from yenatch/fix-install
LoadMenuDataHeader and intro player name menu
battle tower trainer text (bank 7b)
CheckContestMon and a couple labels in bank 0
replace more addresses with labels
sort out player/battle backpic asm
Merge commit '8d75f96' into master
generate a mapfile and symfile on compile