diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:29:31 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:29:31 -0600 |
commit | 0e6e89f33a7a3f0aceff5eea7fff6ce5d37e3366 (patch) | |
tree | 7b868a7c83c5245e1eaf9e9e9f938c2ba16d966b | |
parent | b9f2708e080ab8714567893e39666ac3e5ac9719 (diff) |
MtMoon1_h map header asm
hg-commit-id: d9f65b9a7675
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 8f83d1fb..43673c20 100644 --- a/pokered.asm +++ b/pokered.asm @@ -13477,7 +13477,17 @@ Route18GateHeader_h: ; 0x49969 to 0x49975 (12 bytes) (id=191) dw $59a4 ; objects -INCBIN "baserom.gbc",$49975,$268b +INCBIN "baserom.gbc",$49975,$499bc - $49975 + +MtMoon1_h: ; 0x499bc to 0x499c8 (12 bytes) (id=59) + db $11 ; tileset + db $12, $14 ; dimensions (y, x) + dw $5b97, $59e1, $59c8 ; blocks, texts, scripts + db $00 ; connections + + dw $5b06 ; objects + +INCBIN "baserom.gbc",$499c8,$2638 SECTION "bank13",DATA,BANK[$13] |