aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/oaks_aide.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-08-12 22:14:31 -0700
committerYamaArashi <shadow962@live.com>2015-08-12 22:14:31 -0700
commit132d0367522b7acce602b146ca69bfad87ef96c6 (patch)
treedc13049a6ca810ab3368ce7a7942cc50659f54d1 /engine/overworld/oaks_aide.asm
parentcommented SGB palette stuff (diff)
downloadpokeyellow-132d0367522b7acce602b146ca69bfad87ef96c6.tar.gz
pokeyellow-132d0367522b7acce602b146ca69bfad87ef96c6.tar.xz
pokeyellow-132d0367522b7acce602b146ca69bfad87ef96c6.zip
named more variables
Diffstat (limited to 'engine/overworld/oaks_aide.asm')
-rwxr-xr-xengine/overworld/oaks_aide.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/oaks_aide.asm b/engine/overworld/oaks_aide.asm
index 31832315..8ac456d2 100755
--- a/engine/overworld/oaks_aide.asm
+++ b/engine/overworld/oaks_aide.asm
@@ -18,7 +18,7 @@ OaksAideScript: ; 0x59035
.giveItem
ld hl, OaksAideHereYouGoText
call PrintText
- ld a, [hOaksAideItemReward]
+ ld a, [hOaksAideRewardItem]
ld b, a
ld c, 1
call GiveItem