diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:03:30 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:03:30 -0600 |
commit | 4f10b26ae468a2eef0a237c6557cc367e641f159 (patch) | |
tree | 8998a8243d216045edc20fd16055f2c33ac6a3ed | |
parent | 49299e799ff6f031bfff326374ee3b34b68d255a (diff) |
FuchsiaMeetingRoom_h map header asm
hg-commit-id: dd8f340c232c
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 09de9e03..2178a85e 100644 --- a/pokered.asm +++ b/pokered.asm @@ -16167,7 +16167,17 @@ FuchsiaGYM_h: ; 0x75431 to 0x7543d (12 bytes) (id=157) dw $5658 ; objects -INCBIN "baserom.gbc",$7543d,$2bc3 +INCBIN "baserom.gbc",$7543d,$756d7 - $7543d + +FuchsiaMeetingRoom_h: ; 0x756d7 to 0x756e3 (12 bytes) (id=158) + db $14 ; tileset + db $04, $07 ; dimensions (y, x) + dw $5722, $56e7, $56e3 ; blocks, texts, scripts + db $00 ; connections + + dw $56fc ; objects + +INCBIN "baserom.gbc",$756e3,$291d SECTION "bank1E",DATA,BANK[$1E] INCBIN "baserom.gbc",$78000,$F1 |