You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Consistent if/else/endc (matches rept/endr) and DEF (matches BANK/HIGH/LOW)
This commit is contained in:
@@ -538,13 +538,13 @@ jumptextfaceplayer: MACRO
|
||||
dw \1 ; text_pointer
|
||||
ENDM
|
||||
|
||||
; IF _CRYSTAL
|
||||
; if _CRYSTAL
|
||||
enum farjumptext_command ; $52
|
||||
farjumptext: MACRO
|
||||
db farjumptext_command
|
||||
dba \1
|
||||
ENDM
|
||||
; ENDC
|
||||
; endc
|
||||
|
||||
enum jumptext_command ; $53
|
||||
jumptext: MACRO
|
||||
|
Reference in New Issue
Block a user