diff options
author | einstein95 <einstein95@users.noreply.github.com> | 2016-10-07 17:21:39 +1300 |
---|---|---|
committer | einstein95 <einstein95@users.noreply.github.com> | 2016-10-07 17:21:39 +1300 |
commit | 3604420d3deb41ed7a468319f6e5fdf460eb18df (patch) | |
tree | f33c0082a977d2279e77455db5e5daae4490bad9 /scripts | |
parent | 903b5c4610d49b84495ba69d2f7beed1fbc25cef (diff) |
Gettin closer
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/celadongamecorner.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/celadongamecorner.asm b/scripts/celadongamecorner.asm index bdf76540..89aa3b03 100755 --- a/scripts/celadongamecorner.asm +++ b/scripts/celadongamecorner.asm @@ -491,7 +491,7 @@ CeladonGameCornerScript_48f1e: call PlaceString coord hl, 12, 3 ld de, wPlayerMoney - ld c, $a3 + ld c, $83 call PrintBCDNumber coord hl, 12, 4 ld de, GameCornerCoinText |