diff options
author | Daniel Harding <33dannye@gmail.com> | 2018-02-05 11:13:02 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-05 11:13:02 -0600 |
commit | 37ded1d150197b3784bc351eeeb0a8d9713c2e35 (patch) | |
tree | fcb7bd8f3090cb9f7b47a76af7e474122efe36e4 /scripts/celadongamecorner.asm | |
parent | b8aa9ec80e43257a9e3a487b46a33f99c999a940 (diff) | |
parent | 237aeb8fbdb204948d611830565d4a00c6b0ab70 (diff) |
Merge pull request #171 from xCrystal/master
Misc style fixes
Diffstat (limited to 'scripts/celadongamecorner.asm')
-rwxr-xr-x | scripts/celadongamecorner.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/celadongamecorner.asm b/scripts/celadongamecorner.asm index 09d2df37..cc81b076 100755 --- a/scripts/celadongamecorner.asm +++ b/scripts/celadongamecorner.asm @@ -144,7 +144,7 @@ CeladonGameCornerText2: ld a, [wCurrentMenuItem] and a jr nz, .asm_48d0f - ld b,COIN_CASE + ld b, COIN_CASE call IsItemInBag jr z, .asm_48d19 call Has9990Coins @@ -362,7 +362,7 @@ CeladonGameCornerText10: jr nz, .asm_48e75 ld hl, CeladonGameCornerText_48e88 call PrintText - ld b,COIN_CASE + ld b, COIN_CASE call IsItemInBag jr z, .asm_48e7f call Has9990Coins |