pokefirered/data/scripts/bag_full.inc
2022-06-24 21:10:48 -04:00

22 lines
337 B
C++

EventScript_BagIsFull::
textcolor 3
msgbox Text_TooBadBagFull
release
end
@ Unused
EventScript_BagIsFullRet::
msgbox Text_TooBadBagFull
return
@ Unused
EventScript_NoRoomForAnotherDecor::
msgbox Text_NoRoomForAnotherDecor
release
end
@ Unused
EventScript_NoRoomForAnotherDecorRet::
msgbox Text_NoRoomForAnotherDecor
return