diff options
author | YamaArashi <shadow962@live.com> | 2015-08-12 22:14:31 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-08-12 22:14:31 -0700 |
commit | 132d0367522b7acce602b146ca69bfad87ef96c6 (patch) | |
tree | dc13049a6ca810ab3368ce7a7942cc50659f54d1 /scripts/route2gate.asm | |
parent | 64cfbcce7a71e6e75553575490fd60cbd61a5665 (diff) |
named more variables
Diffstat (limited to 'scripts/route2gate.asm')
-rwxr-xr-x | scripts/route2gate.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/route2gate.asm b/scripts/route2gate.asm index 65d53bc7..1bd82c04 100755 --- a/scripts/route2gate.asm +++ b/scripts/route2gate.asm @@ -12,11 +12,11 @@ Route2GateText1: ; 5d5db (17:55db) ld a, 10 ; pokemon needed ld [hOaksAideRequirement], a ld a, HM_05 ; oak's aide reward - ld [hOaksAideItemReward], a + ld [hOaksAideRewardItem], a ld [wd11e], a call GetItemName ld hl, wcd6d - ld de, wcc5b + ld de, wOaksAideRewardItemName ld bc, $000d call CopyData predef OaksAideScript |