diff --git a/README.md b/README.md index 7779782e..ef2315eb 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ QoL Enhancements - Psyduck learns Amnesia at Lv15 (Stadium) - Yellow learnset changes are imported; eg. Flash Venonat - The Game Corner in general is massively buffed, making everything far more worth going for; - - 3x Cherry now gives 40 coins (used to be 8) - - 3x Magikarp/Poliwag/Bird/Diglett/Rattata/Jigglypuff now gives 75 coins (used to be 15) - - 3x BAR now gives 300 coins (used to be 100) + - 3x Cherry now gives 100 coins (used to be 8) + - 3x Magikarp/Poliwag/Bird/Diglett/Rattata/Jigglypuff now gives 150 coins (used to be 15) + - 3x BAR now gives 350 coins (used to be 100) - 3x 7s now gives 999 coins (used to be 300) - The Route 5-6 underground path contains a shortcut to Celadon City. - This allows you to skip Route 9 and Rock Tunnel, making them optional areas and opening up central Kanto. diff --git a/engine/slots/slot_machine.asm b/engine/slots/slot_machine.asm index 233c0bba..1d070f32 100644 --- a/engine/slots/slot_machine.asm +++ b/engine/slots/slot_machine.asm @@ -513,13 +513,13 @@ SlotReward300Text: db "999@" SlotReward100Text: - db "300@" + db "350@" SlotReward8Text: - db "40@" + db "100@" SlotReward15Text: - db "75@" + db "150@" NotThisTimeText: text_far _NotThisTimeText