Decompile (partially) mystery_event_msg

This commit is contained in:
PikalaxALT
2018-12-03 21:15:42 -05:00
parent 931f19d2ea
commit 089703dc08
5 changed files with 375 additions and 37 deletions
+17 -1
View File
@@ -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