diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 10:06:17 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 10:06:17 -0600 |
commit | ca9b7ed83d91d86a601a3c9aad9516fc15274c25 (patch) | |
tree | e7cceed3b3b160a504da21dd6e7716a50e00ef2d | |
parent | 615bbf77284ce45b7f28bdcc5f250afae523b930 (diff) |
UnknownDungeon2_h map header asm
hg-commit-id: 2b2141b4cf7b
-rw-r--r-- | pokered.asm | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm index c9372392..9f6a0d5b 100644 --- a/pokered.asm +++ b/pokered.asm @@ -341,7 +341,7 @@ MapHeaderPointers: ; $01AE dw SafariZoneRestHouse2_h dw SafariZoneRestHouse3_h dw SafariZoneRestHouse4_h - dw $5dff + dw UnknownDungeon2_h dw $5ee4 dw $4d00 dw NameRater_h @@ -2366,7 +2366,7 @@ MapHeaderBanks: ; 423D db BANK(SafariZoneRestHouse2_h) db BANK(SafariZoneRestHouse3_h) db BANK(SafariZoneRestHouse4_h) - db $11 + db BANK(UnknownDungeon2_h) db $11 db $1D db BANK(NameRater_h) @@ -13006,7 +13006,17 @@ SafariZoneRestHouse4_h: ; 0x45db4 to 0x45dc0 (12 bytes) (bank=11) (id=225) dw $5dd9 ; objects -INCBIN "baserom.gbc",$45DC0,$48000-$45DC0 +INCBIN "baserom.gbc",$45DC0,$45DFF-$45DC0 + +UnknownDungeon2_h: ; 0x45dff to 0x45e0b (12 bytes) (bank=17) (id=226) + db $11 ; tileset + db $09, $0f ; dimensions (y, x) + dw $5e5d, $5e0e, $5e0b ; blocks, texts, scripts + db $00 ; connections + + dw $5e14 ; objects + +INCBIN "baserom.gbc",$45E0B,$48000-$45E0B SECTION "bank12",DATA,BANK[$12] INCBIN "baserom.gbc",$48000,$15C |