import from github
This commit is contained in:
22
data/mystery_event_script_cmd_table.s
Normal file
22
data/mystery_event_script_cmd_table.s
Normal file
@ -0,0 +1,22 @@
|
||||
.section script_data, "aw", %progbits
|
||||
|
||||
.align 2
|
||||
gMysteryEventScriptCmdTable::
|
||||
.4byte MEScrCmd_nop @ 0x00
|
||||
.4byte MEScrCmd_checkcompat @ 0x01
|
||||
.4byte MEScrCmd_end @ 0x02
|
||||
.4byte MEScrCmd_setmsg @ 0x03
|
||||
.4byte MEScrCmd_setstatus @ 0x04
|
||||
.4byte MEScrCmd_runscript @ 0x05
|
||||
.4byte MEScrCmd_initramscript @ 0x06
|
||||
.4byte MEScrCmd_setenigmaberry @ 0x07
|
||||
.4byte MEScrCmd_giveribbon @ 0x08
|
||||
.4byte MEScrCmd_givenationaldex @ 0x09
|
||||
.4byte MEScrCmd_addrareword @ 0x0a
|
||||
.4byte MEScrCmd_setrecordmixinggift @ 0x0b
|
||||
.4byte MEScrCmd_givepokemon @ 0x0c
|
||||
.4byte MEScrCmd_addtrainer @ 0x0d
|
||||
.4byte MEScrCmd_enableresetrtc @ 0x0e
|
||||
.4byte MEScrCmd_checksum @ 0x0f
|
||||
.4byte MEScrCmd_crc @ 0x10
|
||||
gMysteryEventScriptCmdTableEnd::
|
Reference in New Issue
Block a user