diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-12-03 21:15:42 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-12-03 21:15:42 -0500 |
commit | 089703dc086d03081f80aa90c2978a0f091d7d77 (patch) | |
tree | d3c75486974051d5e4d9aeaa3d046a475f831250 /data/mystery_event_script_cmd_table.s | |
parent | 931f19d2ead516a5fb5a2a15784391ea02bdbbc3 (diff) |
Decompile (partially) mystery_event_msg
Diffstat (limited to 'data/mystery_event_script_cmd_table.s')
-rw-r--r-- | data/mystery_event_script_cmd_table.s | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/data/mystery_event_script_cmd_table.s b/data/mystery_event_script_cmd_table.s index 4b85804a1..5dbcf50ee 100644 --- a/data/mystery_event_script_cmd_table.s +++ b/data/mystery_event_script_cmd_table.s @@ -1,5 +1,21 @@ .section script_data, "aw", %progbits gMysteryEventScriptCmdTable:: @ 81DBCF0 - .incbin "baserom.gba", 0x1DBCF0, 0x44 + .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:: @ 81DBD34 |