mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Missed DEF
in add_tm
This commit is contained in:
parent
cfd432f468
commit
c75d121c78
@ -211,7 +211,7 @@ MACRO add_tm
|
|||||||
; - \1_TMNUM: the learnable TM/HM flag, starting at 1
|
; - \1_TMNUM: the learnable TM/HM flag, starting at 1
|
||||||
; - TM##_MOVE: alias for the move id, equal to the value of \1
|
; - TM##_MOVE: alias for the move id, equal to the value of \1
|
||||||
const TM_\1
|
const TM_\1
|
||||||
TM{02d:__tmhm_value__}_MOVE = \1
|
DEF TM{02d:__tmhm_value__}_MOVE = \1
|
||||||
add_tmnum \1
|
add_tmnum \1
|
||||||
ENDM
|
ENDM
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user