Rename the concept of Coins to Chips (#7)

This commit is contained in:
xCrystal
2023-09-02 18:23:25 +02:00
parent ea31d254fb
commit 98fa7a9538
29 changed files with 225 additions and 225 deletions

View File

@@ -2055,7 +2055,7 @@ Most of the NPCs in [maps/NationalParkBugContest.asm](https://github.com/pret/po
and $7
- ret z
+ ret nz
ld de, SFX_GET_COIN_FROM_SLOTS
ld de, SFX_GET_CHIP_FROM_SLOTS
call PlaySFX
ret
```