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:
@@ -231,7 +231,7 @@ DoTradeAnimation:
|
||||
jumptable .JumpTable, wJumptableIndex
|
||||
|
||||
.JumpTable:
|
||||
; entries correspond to macros/scripts/trade_anims.asm enumeration
|
||||
; entries correspond to tradeanim_* constants (see macros/scripts/trade_anims.asm)
|
||||
dw TradeAnim_AdvanceScriptPointer ; 00
|
||||
dw TradeAnim_ShowGivemonData ; 01
|
||||
dw TradeAnim_ShowGetmonData ; 02
|
||||
|
Reference in New Issue
Block a user