diff options
| author | YamaArashi <shadow962@live.com> | 2014-08-08 22:39:13 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2014-08-08 22:39:13 -0700 |
| commit | 59f0507e4cd0693eb89f5ab3e44cb3c442666140 (patch) | |
| tree | 331b08b7eb8c64dc3ff8c505f58a5c28763d79ad /scripts/route12.asm | |
| parent | Commented function (diff) | |
| download | pokeyellow-59f0507e4cd0693eb89f5ab3e44cb3c442666140.tar.gz pokeyellow-59f0507e4cd0693eb89f5ab3e44cb3c442666140.tar.xz pokeyellow-59f0507e4cd0693eb89f5ab3e44cb3c442666140.zip | |
Labelled many functions/variables
Diffstat (limited to 'scripts/route12.asm')
| -rwxr-xr-x | scripts/route12.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/route12.asm b/scripts/route12.asm index b7ec451a..04b86207 100755 --- a/scripts/route12.asm +++ b/scripts/route12.asm @@ -47,7 +47,7 @@ Route12Script3: ; 5964c (16:564c) cp $ff jr z, Route12Script_59606 call UpdateSprites - ld a, [wcf0b] + ld a, [wBattleResult] cp $2 jr z, .asm_59664 ld a, $e |
