diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-13 20:41:57 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-13 20:41:57 -0500 |
commit | e92cc7752b5934d7501c5027057a6b7c52601bd7 (patch) | |
tree | 85150713e1d8561415a54a45221c5b1975c91428 /data/scripts/trainer_battle.inc | |
parent | 655910a16fcb7b62cf43b83bb00b21a9c3e55e82 (diff) | |
parent | 736f3bbbe0d1685474364a68038554f024bff62e (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into fix-eventobj
Diffstat (limited to 'data/scripts/trainer_battle.inc')
-rw-r--r-- | data/scripts/trainer_battle.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/scripts/trainer_battle.inc b/data/scripts/trainer_battle.inc index 0ba8bcda6..d609fcc93 100644 --- a/data/scripts/trainer_battle.inc +++ b/data/scripts/trainer_battle.inc @@ -130,3 +130,10 @@ EventScript_EndTrainerBattle:: @ 8271491 gotobeatenscript releaseall end + +Std_MsgboxAutoclose:: @ 8271494 + message 0x0 + waitmessage + waitbuttonpress + release + return |