You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Consistent if/else/endc (matches rept/endr) and DEF (matches BANK/HIGH/LOW)
This commit is contained in:
@ -147,9 +147,9 @@ ScriptCommandTable:
|
||||
dw Script_loadmenudata ; 4f
|
||||
dw Script_closewindow ; 50
|
||||
dw Script_jumptextfaceplayer ; 51
|
||||
IF _CRYSTAL
|
||||
if _CRYSTAL
|
||||
dw Script_farjumptext ; 52
|
||||
ENDC
|
||||
endc
|
||||
dw Script_jumptext ; 53
|
||||
dw Script_waitbutton ; 54
|
||||
dw Script_buttonsound ; 55
|
||||
@ -338,7 +338,7 @@ JumpTextScript:
|
||||
end
|
||||
|
||||
|
||||
IF _CRYSTAL
|
||||
if _CRYSTAL
|
||||
|
||||
Script_farjumptext:
|
||||
; script command 0x52
|
||||
@ -355,7 +355,7 @@ Script_farjumptext:
|
||||
ld hl, JumpTextScript
|
||||
jp ScriptJump
|
||||
|
||||
ENDC
|
||||
endc
|
||||
|
||||
|
||||
Script_writetext:
|
||||
|
Reference in New Issue
Block a user