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.asm | |
parent | 269f2c3ba72776e975f5b00d9a1361cadbda42a7 (diff) | |
parent | 6e8c3883e430b567f7aa8f9230e366e03610bd5a (diff) |
Merge branch 'master' of https://github.com/pret/pokeyellow
Diffstat (limited to 'scripts/route1.asm')
-rwxr-xr-x | scripts/route1.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/route1.asm b/scripts/route1.asm index 8c7cc0e9..4d046124 100755 --- a/scripts/route1.asm +++ b/scripts/route1.asm @@ -1,23 +1,23 @@ -Route1Script: ; 1caaf (7:4aaf) +Route1Script: call EnableAutoTextBoxDrawing ret -Route1TextPointers: ; 1cab2 (7:4ab2) +Route1TextPointers: dw Route1Text1 dw Route1Text2 dw Route1Text3 -Route1Text1: ; 1cab8 (7:4ab8) +Route1Text1: TX_ASM callba Func_f1ad2 jp TextScriptEnd -Route1Text2: ; 1caf8 (7:4af8) +Route1Text2: TX_ASM callba Func_f1b0f jp TextScriptEnd -Route1Text3: ; 1cafd (7:4afd) +Route1Text3: TX_ASM callba Func_f1b1b jp TextScriptEnd |