diff options
Diffstat (limited to 'event/itemball.asm')
-rwxr-xr-x | event/itemball.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/event/itemball.asm b/event/itemball.asm index 0e74cbd27..6c6f503e1 100755 --- a/event/itemball.asm +++ b/event/itemball.asm @@ -7,17 +7,17 @@ FindItemInBallScript:: ; 0x122ce playsound SFX_ITEM pause 60 itemnotify - loadmovesprites + closetext end ; 0x122e3 .no_room: ; 0x122e3 loadfont writetext .text_found - closetext + waitbutton writetext .text_bag_full + waitbutton closetext - loadmovesprites end ; 0x122ee |