mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 10:13:24 +12:00
added fix to celadon too
This commit is contained in:
parent
bc42af64c5
commit
6fb3bbc811
|
@ -154,6 +154,8 @@ CeladonGameCornerPrizeRoomPokemonVendor:
|
|||
loadmonindex 1, PIKACHU
|
||||
special GameCornerPrizeMonCheckDex
|
||||
givepoke PIKACHU, 25
|
||||
loadmonindex 1, PIKACHU
|
||||
special GameCornerPrizeMonShowDex
|
||||
takecoins CELADONGAMECORNERPRIZEROOM_PIKACHU_COINS
|
||||
sjump .loop
|
||||
|
||||
|
@ -172,6 +174,8 @@ CeladonGameCornerPrizeRoomPokemonVendor:
|
|||
loadmonindex 2, PORYGON
|
||||
special GameCornerPrizeMonCheckDex
|
||||
givepoke PORYGON, 15
|
||||
loadmonindex 2, PORYGON
|
||||
special GameCornerPrizeMonShowDex
|
||||
takecoins CELADONGAMECORNERPRIZEROOM_PORYGON_COINS
|
||||
sjump .loop
|
||||
|
||||
|
@ -190,6 +194,8 @@ CeladonGameCornerPrizeRoomPokemonVendor:
|
|||
loadmonindex 3, LARVITAR
|
||||
special GameCornerPrizeMonCheckDex
|
||||
givepoke LARVITAR, 40
|
||||
loadmonindex 3, LARVITAR
|
||||
special GameCornerPrizeMonShowDex
|
||||
takecoins CELADONGAMECORNERPRIZEROOM_LARVITAR_COINS
|
||||
sjump .loop
|
||||
|
||||
|
|
Loading…
Reference in a new issue