Merge pull request #176 from yenatch/interrupts
Merge pull request #175 from yenatch/rename-bittables
Merge pull request #174 from yenatch/boxmons
fix baserom.gbc check in Makefile
Merge pull request #169 from kanzure/fail-fast-without-baserom
Merge pull request #171 from kanzure/remove-imports-from-preprocessor
two more unused imports from preprocessor
Merge pull request #170 from kanzure/fix-up-preprocessor
don't use globals in the preprocessor
use generic skippable macros in preprocessor
don't directly reference two macro classes
Merge branch 'remove-another-moneybyteparam-special-case' into master
remove MoneyByteParam from preprocessor
Merge branch 'master' into remove-another-moneybyteparam-special-case
remove another MoneyByteParam special case
fail fast when the baserom.gbc file doesn't exist
Merge pull request #168 from kanzure/remove-preprocessor-special-case
remove a special case for MoneyByteParam
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
Merge pull request #161 from kanzure/remove-extras
bump extras submodule to v1.1.0
Merge branch 'master' into remove-extras
recomment some common asm (rtc/lcd)
Merge remote-tracking branch 'yenatch/merge-kanzure-again' into master
Merge remote-tracking branch 'github/master' into master
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 '92152c9' into master
Merge commit '8d75f96' into master
generate a mapfile and symfile on compile