summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 17:53:39 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 17:53:39 -0600
commit57d9b89ffbc13cf71eed8b640981902f9f43c3e0 (patch)
tree36102c060d43fb774e1608d3a849e9d71ff55416
parent2c358919da17910c9617e8ef39169c605033d17c (diff)
CeladonMart1_h map header asm
hg-commit-id: 0df1494a2038
-rw-r--r--pokered.asm12
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm
index b0470448..d21a2c02 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -14994,7 +14994,17 @@ PokemonTower7_h: ; 0x60cf9 to 0x60d05 (12 bytes) (id=148)
dw $4ef6 ; objects
-INCBIN "baserom.gbc",$60d05,$32fb
+INCBIN "baserom.gbc",$60d05,$60f7a - $60d05
+
+CeladonMart1_h: ; 0x60f7a to 0x60f86 (12 bytes) (id=122)
+ db $12 ; tileset
+ db $04, $0a ; dimensions (y, x)
+ dw $4fde, $4f89, $4f86 ; blocks, texts, scripts
+ db $00 ; connections
+
+ dw $4f9e ; objects
+
+INCBIN "baserom.gbc",$60f86,$307a
SECTION "bank19",DATA,BANK[$19]
Tset00_GFX: