You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Eliminate enum: use const instead, with case-by-case parallel const implementations
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
; define constants for the item IDs and for the corresponding move values.
|
||||
|
||||
TMHMMoves:
|
||||
; entries correspond to *_TMNUM enums (see constants/item_constants.asm)
|
||||
; entries correspond to *_TMNUM constants (see constants/item_constants.asm)
|
||||
|
||||
; TMs
|
||||
n = 1
|
||||
|
Reference in New Issue
Block a user