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:
@@ -145,9 +145,7 @@ ScriptCommandTable:
|
||||
dw Script_loadmenu ; 4f
|
||||
dw Script_closewindow ; 50
|
||||
dw Script_jumptextfaceplayer ; 51
|
||||
if _CRYSTAL
|
||||
dw Script_farjumptext ; 52
|
||||
endc
|
||||
dw Script_jumptext ; 53
|
||||
dw Script_waitbutton ; 54
|
||||
dw Script_buttonsound ; 55
|
||||
@@ -330,8 +328,6 @@ JumpTextScript:
|
||||
closetext
|
||||
end
|
||||
|
||||
if _CRYSTAL
|
||||
|
||||
Script_farjumptext:
|
||||
; script command 0x52
|
||||
; parameters: text_pointer
|
||||
@@ -346,8 +342,6 @@ Script_farjumptext:
|
||||
ld hl, JumpTextScript
|
||||
jp ScriptJump
|
||||
|
||||
endc
|
||||
|
||||
Script_writetext:
|
||||
; script command 0x4c
|
||||
; parameters: text_pointer
|
||||
|
Reference in New Issue
Block a user