diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:32:08 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:32:08 -0600 |
commit | 2191a648eea48a11ce869f5fe250016683d490de (patch) | |
tree | d7c78fb3d0f610fa5e08ffaae2a561016975374f | |
parent | 955bf8dafce1ea8fe49ad5a58ad942dfbef39156 (diff) |
SafariZoneWest_h map header asm
hg-commit-id: 9c92cd9afffb
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index d41a67ae..2878d38b 100644 --- a/pokered.asm +++ b/pokered.asm @@ -13497,7 +13497,17 @@ MtMoon3_h: ; 0x49cff to 0x49d0b (12 bytes) (id=61) dw $5fdb ; objects -INCBIN "baserom.gbc",$49d0b,$22f5 +INCBIN "baserom.gbc",$49d0b,$4a1a9 - $49d0b + +SafariZoneWest_h: ; 0x4a1a9 to 0x4a1b5 (12 bytes) (id=219) + db $03 ; tileset + db $0d, $0f ; dimensions (y, x) + dw $6248, $61b8, $61b5 ; blocks, texts, scripts + db $00 ; connections + + dw $61dc ; objects + +INCBIN "baserom.gbc",$4a1b5,$1e4b SECTION "bank13",DATA,BANK[$13] |