You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Get rid of _CRYSTAL
Having this here is completely redundant and useless, and doesn't even work since it should use `if DEF(_CRYSTAL)` instead.
This commit is contained in:
@@ -536,13 +536,11 @@ jumptextfaceplayer: MACRO
|
||||
dw \1 ; text_pointer
|
||||
ENDM
|
||||
|
||||
; if _CRYSTAL
|
||||
enum farjumptext_command ; $52
|
||||
farjumptext: MACRO
|
||||
db farjumptext_command
|
||||
dba \1
|
||||
ENDM
|
||||
; endc
|
||||
|
||||
enum jumptext_command ; $53
|
||||
jumptext: MACRO
|
||||
|
Reference in New Issue
Block a user