Merge pull request #389 from yenatch/rgbds-3

rgbds 0.3.3
This commit is contained in:
yenatch
2017-09-24 01:23:34 -04:00
committed by GitHub
27 changed files with 672 additions and 259 deletions

View File

@@ -1,6 +1,6 @@
INCLUDE "includes.asm"
SECTION "Credits", ROMX, BANK[CREDITS]
SECTION "Credits", ROMX
const_def
const SATOSHI_TAJIRI

View File

@@ -1,6 +1,6 @@
INCLUDE "includes.asm"
SECTION "Events", ROMX, BANK[EVENTS]
SECTION "Events", ROMX
OverworldLoop:: ; 966b0
xor a

View File

@@ -855,7 +855,7 @@ DoAnimFrame: ; 8d24b
ret
.AnonymousJumptable: ; 8d6c5 (23:56c5)
ld hl, [sp+$0]
ld hl, sp+$0
ld e, [hl]
inc hl
ld d, [hl]