Split finditem_std from giveitem_std
This commit is contained in:
@@ -86,16 +86,16 @@ gSpecialVars:: @ 81DBA0C
|
||||
.include "data/specials.inc"
|
||||
|
||||
gStdScripts:: @ 81DC2A0
|
||||
.4byte Std_ObtainItem
|
||||
.4byte Std_FindItem
|
||||
.4byte Std_MsgboxNPC
|
||||
.4byte Std_MsgboxSign
|
||||
.4byte Std_MsgboxDefault
|
||||
.4byte Std_MsgboxYesNo
|
||||
.4byte Std_MsgboxAutoclose
|
||||
.4byte Std_ObtainDecoration
|
||||
.4byte Std_RegisteredInMatchCall
|
||||
.4byte Std_MsgboxGetPoints
|
||||
.4byte Std_ObtainItem @ STD_OBTAIN_ITEM
|
||||
.4byte Std_FindItem @ STD_FIND_ITEM
|
||||
.4byte Std_MsgboxNPC @ MSGBOX_NPC
|
||||
.4byte Std_MsgboxSign @ MSGBOX_SIGN
|
||||
.4byte Std_MsgboxDefault @ MSGBOX_DEFAULT
|
||||
.4byte Std_MsgboxYesNo @ MSGBOX_YESNO
|
||||
.4byte Std_MsgboxAutoclose @ MSGBOX_AUTOCLOSE
|
||||
.4byte Std_ObtainDecoration @ STD_OBTAIN_DECORATION
|
||||
.4byte Std_RegisteredInMatchCall @ STD_REGISTER_MATCH_CALL
|
||||
.4byte Std_MsgboxGetPoints @ MSGBOX_GETPOINTS
|
||||
.4byte Std_10
|
||||
gStdScripts_End:: @ 81DC2CC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user