diff options
author | IIMarckus <iimarckus@gmail.com> | 2016-06-08 05:44:58 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2016-06-08 05:44:58 -0600 |
commit | 6e8c3883e430b567f7aa8f9230e366e03610bd5a (patch) | |
tree | ca189f210cb5f404d4791ace04fcd70de6b3a642 /scripts/route1.asm | |
parent | 42a9f7e8fd9f2f56a271cd5378467bb6a0f5bd21 (diff) |
Part 1 of syncing with pokered.
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 |