diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2019-05-25 13:54:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-25 13:54:29 -0400 |
commit | e8ddecd0eb1b79f2436f1ea8a0f2163bedec7550 (patch) | |
tree | 0d512816b512f747fe7c8e795df4ca34f8efaec0 /engine/overworld/scripting.asm | |
parent | b24cd55f968909c3ec29c6455a32463c987f3063 (diff) | |
parent | 476f9ba40d5b59fd724ac1234b34448df372d52c (diff) |
Merge pull request #636 from mid-kid/patch
Small cleanups
Diffstat (limited to 'engine/overworld/scripting.asm')
-rw-r--r-- | engine/overworld/scripting.asm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/engine/overworld/scripting.asm b/engine/overworld/scripting.asm index ee6e15b51..7496b82bd 100644 --- a/engine/overworld/scripting.asm +++ b/engine/overworld/scripting.asm @@ -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 |