Add local object event ids for referenced objects
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
.set LOCALID_FOSSIL, 1
|
||||
|
||||
DesertUnderpass_MapScripts:: @ 823AF37
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, DesertUnderpass_OnTransition
|
||||
.byte 0
|
||||
@@ -16,13 +18,13 @@ DesertUnderpass_EventScript_Fossil:: @ 823AF41
|
||||
|
||||
DesertUnderpass_EventScript_GiveClawFossil:: @ 823AF57
|
||||
giveitem ITEM_CLAW_FOSSIL
|
||||
removeobject 1
|
||||
removeobject LOCALID_FOSSIL
|
||||
release
|
||||
end
|
||||
|
||||
DesertUnderpass_EventScript_GiveRootFossil:: @ 823AF68
|
||||
giveitem ITEM_ROOT_FOSSIL
|
||||
removeobject 1
|
||||
removeobject LOCALID_FOSSIL
|
||||
release
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user