diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 04:29:02 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 04:29:02 -0600 |
commit | 14ba37e8d5c24bd653a7c2de2bc6e377935bfd21 (patch) | |
tree | d7a21f404f67af0f6991e29376d90c4c662164b5 | |
parent | 1c46cedd035b5b81a1e6db6ae5a50a9b150bb67e (diff) |
SSAnne3_h map header asm
hg-commit-id: 584927b3fe81
-rw-r--r-- | pokered.asm | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm index aed276b5..991e5150 100644 --- a/pokered.asm +++ b/pokered.asm @@ -212,7 +212,7 @@ MapHeaderPointers: ; $01AE dw VermilionDock_h dw $5259 dw $5393 - dw $4926 + dw SSAnne3_h dw $5622 dw $56a2 dw $57a7 @@ -2237,7 +2237,7 @@ MapHeaderBanks: ; 423D db BANK(VermilionDock_h) db $18 db $18 - db $11 + db BANK(SSAnne3_h) db $18 db $18 db $18 @@ -12856,7 +12856,17 @@ SeafoamIslands1_h: ; 0x447dd to 0x447e9 (12 bytes) (bank=11) (id=192) dw $484f ; objects -INCBIN "baserom.gbc",$447E9,$48000-$447E9 +INCBIN "baserom.gbc",$447E9,$44926-$447E9 + +SSAnne3_h: ; 0x44926 to 0x44932 (12 bytes) (bank=11) (id=97) + db $0d ; tileset + db $03, $0a ; dimensions (y, x) + dw $4956, $4935, $4932 ; blocks, texts, scripts + db $00 ; connections + + dw $493c ; objects + +INCBIN "baserom.gbc",$44932,$48000-$44932 SECTION "bank12",DATA,BANK[$12] INCBIN "baserom.gbc",$48000,$15C |