mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07: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
|
||||
; - TM##_MOVE: alias for the move id, equal to the value of \1
|
||||
const TM_\1
|
||||
TM{02d:__tmhm_value__}_MOVE = \1
|
||||
DEF TM{02d:__tmhm_value__}_MOVE = \1
|
||||
add_tmnum \1
|
||||
ENDM
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user