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/safarizoneentrance.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/safarizoneentrance.asm')
| -rwxr-xr-x | scripts/safarizoneentrance.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/safarizoneentrance.asm b/scripts/safarizoneentrance.asm index 6cbb0925..2edbe61b 100755 --- a/scripts/safarizoneentrance.asm +++ b/scripts/safarizoneentrance.asm @@ -155,11 +155,11 @@ SafariZoneEntranceTextPointers: ; 752b9 (1d:52b9) and a jp nz,.PleaseComeAgain xor a - ld [$ff9f],a + ld [hMoney],a ld a,$05 - ld [$ffa0],a + ld [hMoney + 1],a ld a,$00 - ld [$ffa1],a + ld [hMoney + 2],a call HasEnoughMoney jr nc,.success ld hl,.NotEnoughMoneyText |
