You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Revise some constant definitions
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
GetBattleVar::
|
||||
; Preserves hl.
|
||||
push hl
|
||||
call GetBattleVarAddr
|
||||
pop hl
|
||||
@@ -8,7 +7,6 @@ GetBattleVar::
|
||||
GetBattleVarAddr::
|
||||
; Get variable from pair a, depending on whose turn it is.
|
||||
; There are 21 variable pairs.
|
||||
|
||||
push bc
|
||||
|
||||
ld hl, BattleVarPairs
|
||||
|
Reference in New Issue
Block a user