summaryrefslogtreecommitdiff
path: root/data/script_cmd_table.inc
blob: a68f2ca8d31f83d2ce76457c49cc0315ff7c55ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
	.align 2
gScriptCmdTable:: @ 814AE30
	.4byte ScrCmd_snop
	.4byte ScrCmd_snop1
	.4byte ScrCmd_end
	.4byte ScrCmd_return
	.4byte ScrCmd_call
	.4byte ScrCmd_jump
	.4byte ScrCmd_jumpif
	.4byte ScrCmd_callif
	.4byte ScrCmd_jumpstd
	.4byte ScrCmd_callstd
	.4byte ScrCmd_jumpstdif
	.4byte ScrCmd_callstdif
	.4byte ScrCmd_jumpram
	.4byte ScrCmd_die
	.4byte ScrCmd_setbyte
	.4byte ScrCmd_loadptr
	.4byte ScrCmd_setbufferbyte
	.4byte ScrCmd_writebytetooffset
	.4byte ScrCmd_loadbytefrompointer
	.4byte ScrCmd_setptrbyte
	.4byte ScrCmd_copybuffers
	.4byte ScrCmd_copybyte
	.4byte ScrCmd_setvar
	.4byte ScrCmd_addvar
	.4byte ScrCmd_subvar
	.4byte ScrCmd_copyvar
	.4byte ScrCmd_setorcopyvar
	.4byte ScrCmd_comparebuffers
	.4byte ScrCmd_comparebuffertobyte
	.4byte ScrCmd_comparebuffertoptrbyte
	.4byte ScrCmd_compareptrbytetobuffer
	.4byte ScrCmd_compareptrbytetobyte
	.4byte ScrCmd_compareptrbytes
	.4byte ScrCmd_compare
	.4byte ScrCmd_comparevars
	.4byte ScrCmd_callasm
	.4byte ScrCmd_jumpasm
	.4byte ScrCmd_special
	.4byte ScrCmd_specialval
	.4byte ScrCmd_waitstate
	.4byte ScrCmd_pause
	.4byte ScrCmd_setflag
	.4byte ScrCmd_clearflag
	.4byte ScrCmd_checkflag
	.4byte ScrCmd_compareflags
	.4byte ScrCmd_checkdailyflags
	.4byte ScrCmd_resetvars
	.4byte ScrCmd_playsfx
	.4byte ScrCmd_checksound
	.4byte ScrCmd_fanfare
	.4byte ScrCmd_waitfanfare
	.4byte ScrCmd_playmusic
	.4byte ScrCmd_playmusicbattle
	.4byte ScrCmd_fadedefault
	.4byte ScrCmd_fademusic
	.4byte ScrCmd_fadeout
	.4byte ScrCmd_fadein
	.4byte ScrCmd_warp
	.4byte ScrCmd_warpmuted
	.4byte ScrCmd_warpwalk
	.4byte ScrCmd_warphole
	.4byte ScrCmd_warpteleport
	.4byte ScrCmd_warp3
	.4byte ScrCmd_warpplace
	.4byte ScrCmd_warp4
	.4byte ScrCmd_warp5
	.4byte ScrCmd_getplayerxy
	.4byte ScrCmd_countpokemon
	.4byte ScrCmd_additem
	.4byte ScrCmd_removeitem
	.4byte ScrCmd_checkitemspace
	.4byte ScrCmd_checkitem
	.4byte ScrCmd_checkitemtype
	.4byte ScrCmd_addpcitem
	.4byte ScrCmd_checkpcitem
	.4byte ScrCmd_adddecor
	.4byte ScrCmd_removedecor
	.4byte ScrCmd_testdecor
	.4byte ScrCmd_checkdecor
	.4byte ScrCmd_move
	.4byte ScrCmd_movecoords
	.4byte ScrCmd_waitmove
	.4byte ScrCmd_waitmovexy
	.4byte ScrCmd_disappear
	.4byte ScrCmd_disappearxy
	.4byte ScrCmd_reappear
	.4byte ScrCmd_reappearxy
	.4byte ScrCmd_movesprite
	.4byte ScrCmd_spritevisible
	.4byte ScrCmd_spriteinvisible
	.4byte ScrCmd_faceplayer
	.4byte ScrCmd_spriteface
	.4byte ScrCmd_trainerbattle
	.4byte ScrCmd_reptrainerbattle
	.4byte ScrCmd_endtrainerbattle
	.4byte ScrCmd_endtrainerbattle2
	.4byte ScrCmd_checktrainerflag
	.4byte ScrCmd_cleartrainerflag
	.4byte ScrCmd_settrainerflag
	.4byte ScrCmd_movespriteperm
	.4byte ScrCmd_moveoffscreen
	.4byte ScrCmd_spritebehave
	.4byte ScrCmd_waittext
	.4byte ScrCmd_message
	.4byte ScrCmd_closebutton
	.4byte ScrCmd_lockall
	.4byte ScrCmd_lock
	.4byte ScrCmd_releaseall
	.4byte ScrCmd_release
	.4byte ScrCmd_waitbutton
	.4byte ScrCmd_yesnobox
	.4byte ScrCmd_multichoice
	.4byte ScrCmd_multichoicedef
	.4byte ScrCmd_multichoicerow
	.4byte ScrCmd_showbox
	.4byte ScrCmd_hidebox
	.4byte ScrCmd_clearbox
	.4byte ScrCmd_showpokepic
	.4byte ScrCmd_hidepokepic
	.4byte ScrCmd_showcontestwinner
	.4byte ScrCmd_braillemsg
	.4byte ScrCmd_givepokemon
	.4byte ScrCmd_giveegg
	.4byte ScrCmd_setpokemove
	.4byte ScrCmd_checkattack
	.4byte ScrCmd_bufferpoke
	.4byte ScrCmd_bufferfirstpoke
	.4byte ScrCmd_bufferpartypoke
	.4byte ScrCmd_bufferitem
	.4byte ScrCmd_bufferdecor
	.4byte ScrCmd_bufferattack
	.4byte ScrCmd_buffernum
	.4byte ScrCmd_bufferstd
	.4byte ScrCmd_buffertext
	.4byte ScrCmd_pokemart
	.4byte ScrCmd_pokemartdecor
	.4byte ScrCmd_pokemartbp
	.4byte ScrCmd_pokecasino
	.4byte ScrCmd_event_8a
	.4byte ScrCmd_choosecontestpkmn
	.4byte ScrCmd_startcontest
	.4byte ScrCmd_showcontestresults
	.4byte ScrCmd_contestlinktransfer
	.4byte ScrCmd_random
	.4byte ScrCmd_givemoney
	.4byte ScrCmd_paymoney
	.4byte ScrCmd_checkmoney
	.4byte ScrCmd_showmoney
	.4byte ScrCmd_hidemoney
	.4byte ScrCmd_updatemoney
	.4byte ScrCmd_event_96
	.4byte ScrCmd_fadescreen
	.4byte ScrCmd_fadescreendelay
	.4byte ScrCmd_darken
	.4byte ScrCmd_lighten
	.4byte ScrCmd_message2
	.4byte ScrCmd_doanimation
	.4byte ScrCmd_setanimation
	.4byte ScrCmd_checkanimation
	.4byte ScrCmd_sethealplace
	.4byte ScrCmd_checkgender
	.4byte ScrCmd_pokecry
	.4byte ScrCmd_setmaptile
	.4byte ScrCmd_resetweather
	.4byte ScrCmd_setweather
	.4byte ScrCmd_doweather
	.4byte ScrCmd_tileeffect
	.4byte ScrCmd_setmapfooter
	.4byte ScrCmd_spritelevelup
	.4byte ScrCmd_restorespritelevel
	.4byte ScrCmd_createvsprite
	.4byte ScrCmd_vspriteface
	.4byte ScrCmd_setdooropened
	.4byte ScrCmd_setdoorclosed
	.4byte ScrCmd_doorchange
	.4byte ScrCmd_setdooropened2
	.4byte ScrCmd_setdoorclosed2
	.4byte ScrCmd_event_b1
	.4byte ScrCmd_event_b2
	.4byte ScrCmd_checkcoins
	.4byte ScrCmd_givecoins
	.4byte ScrCmd_removecoins
	.4byte ScrCmd_setwildbattle
	.4byte ScrCmd_dowildbattle
	.4byte ScrCmd_setvaddress
	.4byte ScrCmd_vjump
	.4byte ScrCmd_vcall
	.4byte ScrCmd_if5
	.4byte ScrCmd_if6
	.4byte ScrCmd_vtext
	.4byte ScrCmd_vloadptr
	.4byte ScrCmd_vbuffer
	.4byte ScrCmd_showcoins
	.4byte ScrCmd_hidecoins
	.4byte ScrCmd_updatecoins
	.4byte ScrCmd_inccounter
	.4byte ScrCmd_warp6
	.4byte ScrCmd_waitpokecry

gScriptCmdTableEnd::
	.4byte ScrCmd_snop