mirror of https://github.com/pret/pokecrystal.git
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