diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-05-06 12:16:34 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-05-06 12:16:34 -0400 |
commit | d237612bb485e1942eee6868b4911f85aeefe049 (patch) | |
tree | 87cd52db9a280371544edee352508c4e23b3a7ce /scripts | |
parent | 88849ef2b3537bb18d90ee804a6bab719507b458 (diff) |
Update mtmoonpokecenter.asm
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mtmoonpokecenter.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/mtmoonpokecenter.asm b/scripts/mtmoonpokecenter.asm index bfe9add8..080a64fe 100755 --- a/scripts/mtmoonpokecenter.asm +++ b/scripts/mtmoonpokecenter.asm @@ -35,10 +35,10 @@ MtMoonPokecenterText4: ; 492ec (12:52ec) ld a, [wCurrentMenuItem] and a jp nz, .asm_4934e - ldh [$9f], a - ldh [$a1], a + ld [$ff9f], a + ld [$ffa1], a ld a, $5 - ldh [$a0], a + ld [$ffa0], a call HasEnoughMoney jr nc, .asm_faa09 ; 0x49317 ld hl, MtMoonPokecenterText_49366 |