summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 18:05:32 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 18:05:32 -0600
commita4a24081f6edca1383951c8e43d92c3c55103c01 (patch)
tree03741bb442f1f4ef8f9582f49f5afa44bc76ac00
parentf942384a40ffdc5c11e1b59df40fcd1e89ff2b1b (diff)
Lab4_h map header asm
hg-commit-id: 70ccb152f714
-rw-r--r--pokered.asm12
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm
index 757b792c..22025757 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -16217,7 +16217,17 @@ Lab3_h: ; 0x75c7b to 0x75c87 (12 bytes) (id=169)
dw $5cec ; objects
-INCBIN "baserom.gbc",$75c87,$2379
+INCBIN "baserom.gbc",$75c87,$75d25 - $75c87
+
+Lab4_h: ; 0x75d25 to 0x75d31 (12 bytes) (id=170)
+ db $14 ; tileset
+ db $04, $04 ; dimensions (y, x)
+ dw $5e10, $5d34, $5d31 ; blocks, texts, scripts
+ db $00 ; connections
+
+ dw $5df0 ; objects
+
+INCBIN "baserom.gbc",$75d31,$22cf
SECTION "bank1E",DATA,BANK[$1E]
INCBIN "baserom.gbc",$78000,$F1