diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 03:17:27 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 03:17:27 -0600 |
commit | 3082b2d5a1b0ed636162cc7c46cea0b3a1598454 (patch) | |
tree | a306bfcaa99efefca08b8f9639e3fa8ee12f709d /pokered.asm | |
parent | b6bfe8debcef820ab28dac33f8651ca37646f1af (diff) |
Route16House_h map header asm
hg-commit-id: cab4471634a3
Diffstat (limited to 'pokered.asm')
-rw-r--r-- | pokered.asm | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm index a92d3c47..9257f481 100644 --- a/pokered.asm +++ b/pokered.asm @@ -303,7 +303,7 @@ MapHeaderPointers: ; $01AE dw $563e dw $56b2 dw $57ff - dw $65ec + dw Route16House_h dw $6473 dw $586a dw $5969 @@ -2328,7 +2328,7 @@ MapHeaderBanks: ; 423D db $12 db $12 db $12 - db $07 + db BANK(Route16House_h) db $15 db $12 db $12 @@ -6009,7 +6009,17 @@ DiglettsCaveEntranceRoute11_h: ; 0x1e5ae to 0x1e5ba (12 bytes) (bank=7) (id=85) dw $65ca ; objects -INCBIN "baserom.gbc",$1E5BA,$20000-$1E5BA +INCBIN "baserom.gbc",$1E5BA,$1E5EC-$1E5BA + +Route16House_h: ; 0x1e5ec to 0x1e5f8 (12 bytes) (bank=7) (id=188) + db $08 ; tileset + db $04, $04 ; dimensions (y, x) + dw $41de, $65fb, $65f8 ; blocks, texts, scripts + db $00 ; connections + + dw $6657 ; objects + +INCBIN "baserom.gbc",$1E5F8,$20000-$1E5F8 SECTION "bank8",DATA,BANK[$8] INCBIN "baserom.gbc",$20000,$4000 |