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 /engine/overworld/pokemart.asm | |
parent | aa3da5f3b07b8965bf7d4f1b5449ce67bed4fb87 (diff) |
money / coins hram constants
Diffstat (limited to 'engine/overworld/pokemart.asm')
-rwxr-xr-x | engine/overworld/pokemart.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/pokemart.asm b/engine/overworld/pokemart.asm index 2caada1d..e6fdfc92 100755 --- a/engine/overworld/pokemart.asm +++ b/engine/overworld/pokemart.asm @@ -206,7 +206,7 @@ DisplayPokemartDialogue_: ; 6c20 (1:6c20) jp .loop .isThereEnoughMoney ld de,wPlayerMoney - ld hl,$ff9f ; item price + ld hl,hMoney ld c,3 ; length of money in bytes jp StringCmp .notEnoughMoney |