mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-04-25 12:56:19 +12:00
fixed shiny palette on pokedex new entry + gamecorner
This commit is contained in:
parent
7a8d406605
commit
bc42af64c5
7 changed files with 46 additions and 13 deletions
|
|
@ -190,6 +190,8 @@ GoldenrodGameCornerPrizeMonVendorScript:
|
|||
loadmonindex 1, ABRA
|
||||
special GameCornerPrizeMonCheckDex
|
||||
givepoke ABRA, 5
|
||||
loadmonindex 1, ABRA
|
||||
special GameCornerPrizeMonShowDex
|
||||
takecoins GOLDENRODGAMECORNER_ABRA_COINS
|
||||
sjump .loop
|
||||
|
||||
|
|
@ -208,6 +210,8 @@ GoldenrodGameCornerPrizeMonVendorScript:
|
|||
loadmonindex 2, CUBONE
|
||||
special GameCornerPrizeMonCheckDex
|
||||
givepoke CUBONE, 15
|
||||
loadmonindex 2, CUBONE
|
||||
special GameCornerPrizeMonShowDex
|
||||
takecoins GOLDENRODGAMECORNER_CUBONE_COINS
|
||||
sjump .loop
|
||||
|
||||
|
|
@ -226,6 +230,8 @@ GoldenrodGameCornerPrizeMonVendorScript:
|
|||
loadmonindex 3, WOBBUFFET
|
||||
special GameCornerPrizeMonCheckDex
|
||||
givepoke WOBBUFFET, 15
|
||||
loadmonindex 3, WOBBUFFET
|
||||
special GameCornerPrizeMonShowDex
|
||||
takecoins GOLDENRODGAMECORNER_WOBBUFFET_COINS
|
||||
sjump .loop
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue