mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Use EGG_LEVEL for Togepi egg
This commit is contained in:
parent
4246553f9d
commit
51352aaa4d
@ -24,7 +24,7 @@ VioletPokecenter1F_ElmsAideScript:
|
||||
iffalse .RefusedEgg
|
||||
readvar VAR_PARTYCOUNT
|
||||
ifequal PARTY_LENGTH, .PartyFull
|
||||
giveegg TOGEPI, 5
|
||||
giveegg TOGEPI, EGG_LEVEL
|
||||
getstring STRING_BUFFER_4, .eggname
|
||||
scall .AideGivesEgg
|
||||
setevent EVENT_GOT_TOGEPI_EGG_FROM_ELMS_AIDE
|
||||
|
Loading…
Reference in New Issue
Block a user