aboutsummaryrefslogtreecommitdiffstats
path: root/text/maps/route_23.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-07-12 09:02:49 -0400
committeryenatch <yenatch@gmail.com>2014-07-12 09:02:49 -0400
commitfb11ff7e55be56cef9234c8443614f04f2157a1e (patch)
treea6aa8d0745bd07d0b80090491b5e4b6652de4420 /text/maps/route_23.asm
parentPull a lot of engine out of main.asm (diff)
parentUpdate INSTALL.md (diff)
downloadpokeyellow-fb11ff7e55be56cef9234c8443614f04f2157a1e.tar.gz
pokeyellow-fb11ff7e55be56cef9234c8443614f04f2157a1e.tar.xz
pokeyellow-fb11ff7e55be56cef9234c8443614f04f2157a1e.zip
Merge pull request #48 from yenatch/master
Clean up post-split main.asm. Get rid of static wram addresses. Lay out a foundation for Yellow.
Diffstat (limited to 'text/maps/route_23.asm')
-rw-r--r--text/maps/route_23.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/text/maps/route_23.asm b/text/maps/route_23.asm
index 30b8e003..ab73a363 100644
--- a/text/maps/route_23.asm
+++ b/text/maps/route_23.asm
@@ -2,12 +2,12 @@ _VictoryRoadGuardText1:: ; 9261e (24:661e)
text "You can pass here"
line "only if you have"
cont "the @"
- TX_RAM $cd6d
+ TX_RAM wcd6d
text "!"
para "You don't have the"
line "@"
- TX_RAM $cd6d
+ TX_RAM wcd6d
text " yet!"
para "You have to have"
@@ -18,12 +18,12 @@ _VictoryRoadGuardText2:: ; 92696 (24:6696)
text "You can pass here"
line "only if you have"
cont "the @"
- TX_RAM $cd6d
+ TX_RAM wcd6d
text "!"
para "Oh! That is the"
line "@"
- TX_RAM $cd6d
+ TX_RAM wcd6d
text "!@@"
_VictoryRoadGuardText_513a3:: ; 926dd (24:66dd)