diff options
author | yenatch <yenatch@gmail.com> | 2014-06-06 16:03:47 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-06-06 16:03:47 -0700 |
commit | 35493bef27ba0425860a0f419c64371b824b6981 (patch) | |
tree | b57de4968c66fc768f404e3dd03849b1fd64eace /scripts/route16.asm | |
parent | 80f7845a0771c1666288f22dba2c3c8e6a308f26 (diff) | |
parent | 32de1b269468f48d073a8e6d52843877baff0ba4 (diff) |
Merge remote-tracking branch 'danny/master'
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 |