pokefirered/data/scripts/bag_full.inc
2022-08-09 16:06:51 -04:00

22 lines
358 B
C++

EventScript_BagIsFull::
textcolor NPC_TEXT_COLOR_NEUTRAL
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