diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-06-11 16:16:56 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-06-11 16:16:56 -0500 |
commit | c979b3bb03b121dd03a800df74144cd69a74601a (patch) | |
tree | 0d6bb48125efe6f6215347967383ba4c3b7da391 /scripts/route1_2.asm | |
parent | 269f2c3ba72776e975f5b00d9a1361cadbda42a7 (diff) | |
parent | 6e8c3883e430b567f7aa8f9230e366e03610bd5a (diff) |
Merge branch 'master' of https://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 |