diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:00:28 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:00:28 -0600 |
commit | d598f0699574863a0aa270d487e0802d51877364 (patch) | |
tree | afec9a79baf089d822098ea473011084efbbc60b | |
parent | 2308421700a78abdef9c37bb7b3850794821eb10 (diff) |
FuchsiaHouse1_h map header asm
hg-commit-id: 13c77564712c
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 13a49cfb..51ddf954 100644 --- a/pokered.asm +++ b/pokered.asm @@ -16117,7 +16117,17 @@ CeruleanHouse3_h: ; 0x74dfd to 0x74e09 (12 bytes) (id=230) dw $4ebe ; objects -INCBIN "baserom.gbc",$74e09,$31f7 +INCBIN "baserom.gbc",$74e09,$7500c - $74e09 + +FuchsiaHouse1_h: ; 0x7500c to 0x75018 (12 bytes) (id=153) + db $08 ; tileset + db $04, $04 ; dimensions (y, x) + dw $4020, $501c, $5018 ; blocks, texts, scripts + db $00 ; connections + + dw $5031 ; objects + +INCBIN "baserom.gbc",$75018,$2fe8 SECTION "bank1E",DATA,BANK[$1E] INCBIN "baserom.gbc",$78000,$F1 |