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/daycarem.asm | |
| parent | title / diploma / vending machine (diff) | |
| download | pokeyellow-6931ce96259d366263c63e704dfaac6f241d8e4a.tar.gz pokeyellow-6931ce96259d366263c63e704dfaac6f241d8e4a.tar.xz pokeyellow-6931ce96259d366263c63e704dfaac6f241d8e4a.zip | |
money / coins hram constants
Diffstat (limited to 'scripts/daycarem.asm')
| -rwxr-xr-x | scripts/daycarem.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/daycarem.asm b/scripts/daycarem.asm index 2196e021..330f2234 100755 --- a/scripts/daycarem.asm +++ b/scripts/daycarem.asm @@ -137,11 +137,11 @@ DayCareMScript_562e1: ; 562e1 (15:62e1) and a jp nz, .asm_56403 ld hl, wTrainerFacingDirection - ld [$ff9f], a + ld [hMoney], a ld a, [hli] - ld [$ffa0], a + ld [hMoney + 1], a ld a, [hl] - ld [$ffa1], a + ld [hMoney + 2], a call HasEnoughMoney jr nc, .asm_56396 ld hl, DayCareMText_56454 |
