diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 20:18:40 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 20:18:40 -0600 |
commit | e6b938b99fa57508e85bafe345cd3cf0cf0b141c (patch) | |
tree | 89aa0e662082973552faa2ba860a0bb725d0ce47 /common.asm | |
parent | 0f4163d4c62305bd4c0f21e58d89c40d67eb22b0 (diff) |
found Route6Texts
hg-commit-id: 50f2cbdad674
Diffstat (limited to 'common.asm')
-rw-r--r-- | common.asm | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -29072,7 +29072,7 @@ SECTION "bank16",DATA,BANK[$16] Route6_h: ; 0x58000 to 0x58022 (34 bytes) (id=17) db $00 ; tileset db $12, $0a ; dimensions (y, x) - dw Route6Blocks, $50c9, Route6Script ; blocks, texts, scripts + dw Route6Blocks, Route6Texts, Route6Script ; blocks, texts, scripts db NORTH | SOUTH ; connections ; connections data @@ -29545,7 +29545,10 @@ Route6Script: ; 0x590b0 ret ; 0x590c3 -INCBIN "baserom.gbc",$590c3,$5d +INCBIN "baserom.gbc",$590c3,$590c9 - $590c3 + +Route6Texts: +INCBIN "baserom.gbc",$590c9,$59120 - $590c9 Route6Text1: ; 0x59120 db $8 |