mirror of
https://github.com/pret/pokecrystal.git
synced 2026-04-26 08:33:40 -05: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