diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 20:29:26 -0600 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 20:29:26 -0600 |
| commit | 54743111e79f49490638491daec56ffcb3a8c3c4 (patch) | |
| tree | 52e062db93aa281c21b668ff2da61164d53b5a83 | |
| parent | add CeruleanCityText11 for 0x19707 (diff) | |
| download | pokeyellow-54743111e79f49490638491daec56ffcb3a8c3c4.tar.gz pokeyellow-54743111e79f49490638491daec56ffcb3a8c3c4.tar.xz pokeyellow-54743111e79f49490638491daec56ffcb3a8c3c4.zip | |
text script for Route7Text1
hg-commit-id: 7143f59d5210
| -rw-r--r-- | pokered.asm | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/pokered.asm b/pokered.asm index 94f20125..ad946e76 100644 --- a/pokered.asm +++ b/pokered.asm @@ -6558,7 +6558,6 @@ FuchsiaCityText4: ; 0x19a6d TX_FAR _FuchsiaCityText4 db $50 - FuchsiaCityText5: ; 0x19a72 FuchsiaCityText6: FuchsiaCityText7: @@ -6568,6 +6567,7 @@ FuchsiaCityText10: ; 0x19a72 TX_FAR _FuchsiaCityText5 db $50 +FuchsiaCityText12: FuchsiaCityText11: ; 0x19a77 TX_FAR _FuchsiaCityText11 db $50 @@ -17721,7 +17721,12 @@ Route11GateBlocks: ; 20 Route11GateUpstairsBlocks: ; 16 INCBIN "maps/route11gateupstairs.blk" -INCBIN "baserom.gbc",$480eb,$71 +INCBIN "baserom.gbc",$480eb,$48157 - $480eb + +Route7Text1: ; 0x48157 + TX_FAR _Route7Text1 + db $50 + RedsHouse1F_h: ; 415C db $01 ; tileset |
