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/route7.asm | |
| parent | Fix WRAM address comments beyond the former site of wGBC (diff) | |
| download | pokeyellow-6e8c3883e430b567f7aa8f9230e366e03610bd5a.tar.gz pokeyellow-6e8c3883e430b567f7aa8f9230e366e03610bd5a.tar.xz pokeyellow-6e8c3883e430b567f7aa8f9230e366e03610bd5a.zip | |
Part 1 of syncing with pokered.
Diffstat (limited to 'scripts/route7.asm')
| -rwxr-xr-x | scripts/route7.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/route7.asm b/scripts/route7.asm index 55183d16..af353821 100755 --- a/scripts/route7.asm +++ b/scripts/route7.asm @@ -1,10 +1,10 @@ -Route7Script: ; 480eb (12:40eb) +Route7Script: call EnableAutoTextBoxDrawing ret -Route7TextPointers: ; 480ef (12:40ef) +Route7TextPointers: dw Route7Text1 -Route7Text1: ; 480f1 (12:40f1) +Route7Text1: TX_FAR _Route7Text1 db "@" |
