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
|
+ printstring STRINGID_PKMNDATAADDEDTODEX
|
||||||
+ waitstate
|
+ waitstate
|
||||||
+BattleScript_SuccessBallThrowEndThiefGive::
|
+BattleScript_SuccessBallThrowEndThiefGive::
|
||||||
|
+ givecaughtmon
|
||||||
+ printfromtable gCaughtMonStringIds
|
+ printfromtable gCaughtMonStringIds
|
||||||
+ waitmessage B_WAIT_TIME_LONG
|
+ waitmessage B_WAIT_TIME_LONG
|
||||||
+ givecaughtmon
|
|
||||||
+ cleareffectsonfaint BS_TARGET
|
+ cleareffectsonfaint BS_TARGET
|
||||||
+ goto BattleScript_HandleFaintedMon
|
+ goto BattleScript_HandleFaintedMon
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue