diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:32:33 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:32:33 -0600 |
commit | 5972824623f9f6a4ec392f76cf32c01b0281aa4b (patch) | |
tree | d658fc2b2dc007a2aad2035310c388000f7f9b2f | |
parent | 2191a648eea48a11ce869f5fe250016683d490de (diff) |
SafariZoneSecretHouse_h map header asm
hg-commit-id: 980b0189fd68
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 2878d38b..d985b01e 100644 --- a/pokered.asm +++ b/pokered.asm @@ -13507,7 +13507,17 @@ SafariZoneWest_h: ; 0x4a1a9 to 0x4a1b5 (12 bytes) (id=219) dw $61dc ; objects -INCBIN "baserom.gbc",$4a1b5,$1e4b +INCBIN "baserom.gbc",$4a1b5,$4a30b - $4a1b5 + +SafariZoneSecretHouse_h: ; 0x4a30b to 0x4a317 (12 bytes) (id=222) + db $14 ; tileset + db $04, $04 ; dimensions (y, x) + dw $637f, $631a, $6317 ; blocks, texts, scripts + db $00 ; connections + + dw $6365 ; objects + +INCBIN "baserom.gbc",$4a317,$1ce9 SECTION "bank13",DATA,BANK[$13] |