diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-21 12:36:11 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-21 12:36:11 +0100 |
commit | 0bc7fb92db8658c461f81ef57bc9bc4f3ee80c7b (patch) | |
tree | 79bbcc7c5e1794a0f89152d9cb0a687aeed4c55b /data/mystery_event_script_cmd_table.s | |
parent | 24e0edee9f428a68715c47051ebba3cda5a3e5a7 (diff) |
start decompiling mystery event script
Diffstat (limited to 'data/mystery_event_script_cmd_table.s')
-rw-r--r-- | data/mystery_event_script_cmd_table.s | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/mystery_event_script_cmd_table.s b/data/mystery_event_script_cmd_table.s new file mode 100644 index 000000000..867b05e07 --- /dev/null +++ b/data/mystery_event_script_cmd_table.s @@ -0,0 +1,22 @@ + .section script_data, "aw", %progbits + + .align 2 +gMysteryEventScriptCmdTable:: @ 82DED2C + .4byte MEScrCmd_nop + .4byte MEScrCmd_checkcompat + .4byte MEScrCmd_end + .4byte MEScrCmd_setmsg + .4byte MEScrCmd_setstatus + .4byte MEScrCmd_runscript + .4byte MEScrCmd_initramscript + .4byte MEScrCmd_setenigmaberry + .4byte MEScrCmd_giveribbon + .4byte MEScrCmd_givenationaldex + .4byte MEScrCmd_addrareword + .4byte MEScrCmd_setrecordmixinggift + .4byte MEScrCmd_givepokemon + .4byte MEScrCmd_addtrainer + .4byte MEScrCmd_enableresetrtc + .4byte MEScrCmd_checksum + .4byte MEScrCmd_crc +gMysteryEventScriptCmdTableEnd:: |