mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-25 07:19:36 -05:00
22 lines
358 B
C++
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
|