diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-22 16:06:11 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-22 16:06:11 -0500 |
| commit | 5aa4d6c777507ff7403f2f14ab602007b17f19ab (patch) | |
| tree | 82fd7aadc36baf46d888b90f3447103d8eaac06f /scripts/route15gateupstairs.asm | |
| parent | data/evos_moves.asm (diff) | |
| download | pokeyellow-5aa4d6c777507ff7403f2f14ab602007b17f19ab.tar.gz pokeyellow-5aa4d6c777507ff7403f2f14ab602007b17f19ab.tar.xz pokeyellow-5aa4d6c777507ff7403f2f14ab602007b17f19ab.zip | |
Fewer underscores in constants
dannye
Diffstat (limited to 'scripts/route15gateupstairs.asm')
| -rwxr-xr-x | scripts/route15gateupstairs.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/route15gateupstairs.asm b/scripts/route15gateupstairs.asm index 332df6b6..14e3bc5d 100755 --- a/scripts/route15gateupstairs.asm +++ b/scripts/route15gateupstairs.asm @@ -11,7 +11,7 @@ Route15GateUpstairsText1: ; 49651 (12:5651) jr nz, .asm_49683 ld a, 50 ; pokemon needed ld [hOaksAideRequirement], a - ld a, EXP__ALL ; oak's aide reward + ld a, EXP_ALL ; oak's aide reward ld [hOaksAideRewardItem], a ld [wd11e], a call GetItemName |
