shithub: pokered

Download patch

ref: 54743111e79f49490638491daec56ffcb3a8c3c4
parent: a0e7348eed215ff3b4d9681bd4aab08080761ced
author: Bryan Bishop <kanzure@gmail.com>
date: Wed Jan 11 15:29:26 EST 2012

text script for Route7Text1

hg-commit-id: 7143f59d5210


--- a/pokered.asm
+++ b/pokered.asm
@@ -6558,7 +6558,6 @@
     TX_FAR _FuchsiaCityText4
     db $50
 
-
 FuchsiaCityText5: ; 0x19a72
 FuchsiaCityText6:
 FuchsiaCityText7:
@@ -6568,6 +6567,7 @@
     TX_FAR _FuchsiaCityText5
     db $50
 
+FuchsiaCityText12:
 FuchsiaCityText11: ; 0x19a77
     TX_FAR _FuchsiaCityText11
     db $50
@@ -17721,7 +17721,12 @@
 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
--