diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-10 16:21:36 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-10 16:21:36 -0500 |
commit | a5375776714b126dbe478a4f535392373f3ba9f0 (patch) | |
tree | 05a409d573f522430fa537b7cafece0d1bbffd57 /data/scripts/bag_full.inc | |
parent | 388c40575de92923b576e37a97729c27f292b67f (diff) |
Sync obtain item
Diffstat (limited to 'data/scripts/bag_full.inc')
-rw-r--r-- | data/scripts/bag_full.inc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/scripts/bag_full.inc b/data/scripts/bag_full.inc new file mode 100644 index 000000000..4454b326a --- /dev/null +++ b/data/scripts/bag_full.inc @@ -0,0 +1,21 @@ +EventScript_BagIsFull:: @ 81A6BF9 + textcolor 3 + msgbox Text_TooBadBagFull + release + end + +@ Unused +EventScript_BagIsFullRet:: @ 81A6C05 + msgbox Text_TooBadBagFull + return + +@ Unused +EventScript_NoRoomForAnotherDecor:: @ 81A6C0E + msgbox Text_NoRoomForAnotherDecor + release + end + +@ Unused +EventScript_NoRoomForAnotherDecorRet:: @ 81A6C18 + msgbox Text_NoRoomForAnotherDecor + return |