diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:00:40 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:00:40 -0600 |
commit | 13db6606f908c4dc7e3a25a8e97f8b6e98b53af5 (patch) | |
tree | edc7adc5956e624eec7402d916c4a809de6a04d8 | |
parent | d598f0699574863a0aa270d487e0802d51877364 (diff) |
FuchsiaPokecenter_h map header asm
hg-commit-id: 7127d4713006
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 51ddf954..d3684d6c 100644 --- a/pokered.asm +++ b/pokered.asm @@ -16127,7 +16127,17 @@ FuchsiaHouse1_h: ; 0x7500c to 0x75018 (12 bytes) (id=153) dw $5031 ; objects -INCBIN "baserom.gbc",$75018,$2fe8 +INCBIN "baserom.gbc",$75018,$75057 - $75018 + +FuchsiaPokecenter_h: ; 0x75057 to 0x75063 (12 bytes) (id=154) + db $06 ; tileset + db $04, $07 ; dimensions (y, x) + dw $4030, $5069, $5063 ; blocks, texts, scripts + db $00 ; connections + + dw $507d ; objects + +INCBIN "baserom.gbc",$75063,$2f9d SECTION "bank1E",DATA,BANK[$1E] INCBIN "baserom.gbc",$78000,$F1 |