diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-11 20:37:15 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-11 20:37:15 -0400 |
commit | f5983c0f813d3d908b6016db3ed866e4ca9437dc (patch) | |
tree | d6888723f443557ce45c9a00d873caa5e7a8930e /scripts/route1_2.asm | |
parent | 041c4f28a3c35e31329222769534942439b70f29 (diff) | |
parent | 401d6e7f36e86aa246a2c0591195e1f0f01e879f (diff) |
Merge branch 'master' of github.com:pret/pokeyellow
Diffstat (limited to 'scripts/route1_2.asm')
-rwxr-xr-x | scripts/route1_2.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/route1_2.asm b/scripts/route1_2.asm index 35ffb137..6e9b472e 100755 --- a/scripts/route1_2.asm +++ b/scripts/route1_2.asm @@ -17,24 +17,24 @@ Func_f1ad2: call PrintText ret -Route1ViridianMartSampleText: ; 1cae3 (7:4ae3) +Route1ViridianMartSampleText: TX_FAR _Route1ViridianMartSampleText db "@" -Route1Text_f1aff: ; 1cae8 (7:4ae8) +Route1Text_f1aff: TX_FAR _Route1Text_1cae8 TX_SFX_ITEM db "@" -Route1Text_f1b05: ; 1caee (7:4aee) +Route1Text_f1b05: TX_FAR _Route1Text_1caee db "@" -Route1Text_f1b0a: ; 1caf3 (7:4af3) +Route1Text_f1b0a: TX_FAR _Route1Text_1caf3 db "@" -Func_f1b0f: ; 1caf8 (7:4af8) +Func_f1b0f: ld hl, Route1Text_f1b16 call PrintText ret @@ -43,7 +43,7 @@ Route1Text_f1b16: TX_FAR _Route1Text2 db "@" -Func_f1b1b: ; 1cafd (7:4afd) +Func_f1b1b: ld hl, Route1Text_f1b22 call PrintText ret |