summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-29condense some repetitive asm with rept macrosyenatch
2013-08-29move VBlank interrupt label from main.asm to engine/vblank.asmyenatch
2013-08-29move copy asm from main.asm to engine/copy.asmyenatch
2013-08-29move palette asm from main.asm to engine/palettes.asmyenatch
2013-08-29move time-related asm from main.asm into engine/time.asmyenatch
2013-08-29move serial asm from main.asm into engine/serial.asmyenatch
2013-08-29move more joypad code from main.asm into engine/joypad.asmyenatch
2013-08-29more joypad function cleanupyenatch
2013-08-29reformat some joypad functionsyenatch
2013-08-29split lcd functions out of main.asmyenatch
2013-08-29split fading functions out of main.asmyenatch
2013-08-29secret ruins of alph water stone room asmyenatch
2013-08-29warp sound effects in field movesyenatch
2013-08-29more field move scripts and some map header referencesyenatch
2013-08-29bump extras to 4c56a6c5Bryan Bishop
2013-08-29fix baserom.gbc check in MakefileBryan Bishop
2013-08-29Merge pull request #169 from kanzure/fail-fast-without-baseromBryan Bishop
2013-08-29get rid of a trailing incbin at the end of bank 21yenatch
2013-08-29more hlcoords in bank 1yenatch
2013-08-29more field move scriptsyenatch
2013-08-29more text_jumps in known functionsyenatch
2013-08-29fix Stack's address ($c100 -> $c0ff)yenatch
2013-08-28move main preprocessor into pokemontoolsBryan Bishop
2013-08-28Merge pull request #171 from kanzure/remove-imports-from-preprocessorBryan Bishop
2013-08-28two more unused imports from preprocessorBryan Bishop
2013-08-28Merge pull request #170 from kanzure/fix-up-preprocessorBryan Bishop
2013-08-28don't use globals in the preprocessorBryan Bishop
2013-08-28use generic skippable macros in preprocessorBryan Bishop
2013-08-28don't directly reference two macro classesBryan Bishop
2013-08-28Merge branch 'remove-another-moneybyteparam-special-case' into masterBryan Bishop
2013-08-28remove MoneyByteParam from preprocessorBryan Bishop
2013-08-28Merge branch 'master' into remove-another-moneybyteparam-special-caseBryan Bishop
2013-08-28remove another MoneyByteParam special caseBryan Bishop
2013-08-28fail fast when the baserom.gbc file doesn't existBryan Bishop
2013-08-28Merge pull request #168 from kanzure/remove-preprocessor-special-caseBryan Bishop
2013-08-28remove a special case for MoneyByteParamBryan Bishop
2013-08-28hram constants in serial interruptyenatch
2013-08-28serial hram constantsyenatch
2013-08-28serial interruptyenatch
2013-08-27timer interruptyenatch
2013-08-27gbhw: flag constants for interrupts and timer registersyenatch
2013-08-27LYOverrides in main.asmyenatch
2013-08-27add LYOverrides in wram bank 5yenatch
2013-08-27rename some LCD functionsyenatch
2013-08-27rename FarCall family labelsyenatch
2013-08-27rename PushScriptPointer -> CallScriptyenatch
2013-08-27add some field move asm and scriptsyenatch
2013-08-27badge engine flags in main.asmyenatch
2013-08-27engine flag constantsyenatch
2013-08-27PlayerPalette and PlayerAction wram labelsyenatch