diff options
-rw-r--r-- | common.asm | 4 | ||||
-rw-r--r-- | constants.asm | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -37884,7 +37884,9 @@ AgathaObject: ; 0x76534 (size=44) AgathaBlocks: ; 30 INCBIN "maps/agatha.blk" -INCBIN "baserom.gbc",$7657e,$1a82 +INCBIN "baserom.gbc",$7657e,$1a82 - 10 + +;10 $0s go here, does anything use this? SECTION "bank1E",DATA,BANK[$1E] diff --git a/constants.asm b/constants.asm index d205f46f..7fb741bb 100644 --- a/constants.asm +++ b/constants.asm @@ -1,6 +1,4 @@ _JAPAN EQU 0 -_RED EQU 1 -_BLUE EQU 0 _GREEN EQU 0 _YELLOW EQU 0 |