mirror of https://github.com/pret/pokeemerald.git
Changed mon text to happen after transferring the mon (likely unnecessary, but follows the stock logic's flow)
parent
5bad37e03f
commit
3ba229657d
|
@ -844,9 +844,9 @@ index b7f0f693f..d1881fcf0 100644
|
|||
+ printstring STRINGID_PKMNDATAADDEDTODEX
|
||||
+ waitstate
|
||||
+BattleScript_SuccessBallThrowEndThiefGive::
|
||||
+ givecaughtmon
|
||||
+ printfromtable gCaughtMonStringIds
|
||||
+ waitmessage B_WAIT_TIME_LONG
|
||||
+ givecaughtmon
|
||||
+ cleareffectsonfaint BS_TARGET
|
||||
+ goto BattleScript_HandleFaintedMon
|
||||
|
||||
|
|
Loading…
Reference in New Issue