diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-07-06 11:52:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 11:52:24 -0400 |
commit | 122d715484b79aba71d79caf148bac4a2ec441a5 (patch) | |
tree | a13bdf621fa8d3f3836ecb6e8d3a269ccc5d61cc /scripts/Route2Gate.asm | |
parent | c57c93d2b2fb06cadafefda37c0974ba1ec9e6c0 (diff) | |
parent | 43e0e40d5a4af369661fd6c7aa44d7265b9f6e59 (diff) |
Merge pull request #261 from Rangi42/master
Port pokecrystal's base data and tmhm structure
Diffstat (limited to 'scripts/Route2Gate.asm')
-rwxr-xr-x | scripts/Route2Gate.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Route2Gate.asm b/scripts/Route2Gate.asm index d1afd534..27da0909 100755 --- a/scripts/Route2Gate.asm +++ b/scripts/Route2Gate.asm @@ -11,7 +11,7 @@ Route2GateText1: jr nz, .asm_5d60d ld a, 10 ; pokemon needed ld [hOaksAideRequirement], a - ld a, HM_05 ; oak's aide reward + ld a, HM_FLASH ; oak's aide reward ld [hOaksAideRewardItem], a ld [wd11e], a call GetItemName |