diff options
author | YamaArashi <shadow962@live.com> | 2015-07-17 01:21:40 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-17 01:22:00 -0700 |
commit | 6931ce96259d366263c63e704dfaac6f241d8e4a (patch) | |
tree | 101d51fea00a852808f2a76d9e45a4b3779cab56 /scripts/mtmoonpokecenter.asm | |
parent | aa3da5f3b07b8965bf7d4f1b5449ce67bed4fb87 (diff) |
money / coins hram constants
Diffstat (limited to 'scripts/mtmoonpokecenter.asm')
-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 b06c4df0..bba73dbd 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 - ld [$ff9f], a - ld [$ffa1], a + ld [hMoney], a + ld [hMoney + 2], a ld a, $5 - ld [$ffa0], a + ld [hMoney + 1], a call HasEnoughMoney jr nc, .asm_faa09 ld hl, MtMoonPokecenterText_49366 |