diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-31 10:35:46 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-31 10:35:46 -0400 |
commit | 32de1b269468f48d073a8e6d52843877baff0ba4 (patch) | |
tree | d9dc0d91bb9e9ab6df116de10ac6873d271e63da /scripts/route16.asm | |
parent | 462a7e8cb90ee5a2114eddc0918c3cb12c631775 (diff) |
Relabel a few missed map scripts and TheEndTextString
Diffstat (limited to 'scripts/route16.asm')
-rwxr-xr-x | scripts/route16.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/route16.asm b/scripts/route16.asm index 68474c3f..39c3f477 100755 --- a/scripts/route16.asm +++ b/scripts/route16.asm @@ -7,7 +7,7 @@ Route16Script: ; 59933 (16:5933) ld [W_ROUTE16CURSCRIPT], a ret -Func_59946: ; 59946 (16:5946) +Route16Script_59946: ; 59946 (16:5946) xor a ld [wJoyIgnore], a ld [W_ROUTE16CURSCRIPT], a @@ -47,7 +47,7 @@ Route16Script0: ; 59959 (16:5959) Route16Script3: ; 5998f (16:598f) ld a, [W_ISINBATTLE] ; W_ISINBATTLE cp $ff - jp z, Func_59946 + jp z, Route16Script_59946 call UpdateSprites ld a, [wcf0b] cp $2 |