summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 10:28:46 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 10:28:46 -0600
commitc036c9a2e917d89dfbecd623382f36b364a73c76 (patch)
treee9d861deff5b37888943a5311b4d2193f600eb1e
parent6e0893514d14e12d6f5b113dc8ece1e1b443e6a9 (diff)
CeladonMart3_h map header asm
hg-commit-id: 8bac017a95dd
-rw-r--r--pokered.asm14
1 files changed, 11 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm
index 9d532541..ec68b4e7 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -239,7 +239,7 @@ MapHeaderPointers: ; $01AE
dw $5f3e
dw $4f7a
dw $60e9
- dw $4219
+ dw CeladonMart3_h
dw $434a
dw $43c9
dw $45f4
@@ -2264,7 +2264,7 @@ MapHeaderBanks: ; 423D
db $18
db $18
db $15
- db $12
+ db BANK(CeladonMart3_h)
db $12
db $12
db $12
@@ -13211,7 +13211,15 @@ RedsHouse1FObject:
RedsHouse1FBlocks:
INCBIN "maps/redshouse1f.blk"
-INCBIN "baserom.gbc",$48219,$4000 - $219
+CeladonMart3_h: ; 0x48219 to 0x48225 (12 bytes) (bank=12) (id=124)
+ db $12 ; tileset
+ db $04, $0a ; dimensions (y, x)
+ dw $4322, $4228, $4225 ; blocks, texts, scripts
+ db $00 ; connections
+
+ dw $42c4 ; objects
+
+INCBIN "baserom.gbc",$48225,$4000 - $219 - 12
SECTION "bank13",DATA,BANK[$13]