dump event scripts

This commit is contained in:
garak
2019-05-06 22:13:57 -04:00
parent c6673cc8fe
commit 4e5d818f89
432 changed files with 36027 additions and 4239 deletions
+39
View File
@@ -0,0 +1,39 @@
VermilionCity_Mart_MapScripts:: @ 816B653
.byte 0
VermilionCity_Mart_EventScript_16B654:: @ 816B654
loadword 0, gUnknown_8194B65
callstd 2
end
VermilionCity_Mart_EventScript_16B65D:: @ 816B65D
loadword 0, gUnknown_8194A77
callstd 2
end
VermilionCity_Mart_EventScript_16B666:: @ 816B666
special sub_8110AB4
compare_var_to_value VAR_RESULT, 2
goto_if 1, EventScript_1A7AE0
lock
faceplayer
message Text_1A6211
waitmessage
pokemart Items_16B68C
loadword 0, gUnknown_81A5190
callstd 4
release
end
.align 2
Items_16B68C:: @ 816B68C
.2byte ITEM_POKE_BALL
.2byte ITEM_SUPER_POTION
.2byte ITEM_ANTIDOTE
.2byte ITEM_PARALYZE_HEAL
.2byte ITEM_AWAKENING
.2byte ITEM_ICE_HEAL
.2byte ITEM_REPEL
.2byte ITEM_NONE
release
end