summaryrefslogtreecommitdiff
path: root/scripts/seafoamislands2.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-06-16 13:57:26 -0700
committeryenatch <yenatch@gmail.com>2014-06-16 13:57:26 -0700
commitb36f793667924f868282ce979fabab3e95d642a5 (patch)
tree580af2e7c0afc016ccf7a31b44e98898321176ac /scripts/seafoamislands2.asm
parentd10108a066c102bf2d167ac656d79308e41f304e (diff)
Use macros for predef calls/jumps instead of static ids.
Diffstat (limited to 'scripts/seafoamislands2.asm')
-rwxr-xr-xscripts/seafoamislands2.asm6
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/seafoamislands2.asm b/scripts/seafoamislands2.asm
index 9ee8fd28..b14c16d8 100755
--- a/scripts/seafoamislands2.asm
+++ b/scripts/seafoamislands2.asm
@@ -26,12 +26,10 @@ SeafoamIslands2Script: ; 46315 (11:6315)
.asm_4634c
ld a, [wd079]
ld [wcc4d], a
- ld a, $11
- call Predef
+ predef HideObject
ld a, [wd07a]
ld [wcc4d], a
- ld a, $15
- jp Predef
+ predef_jump ShowObject
.asm_46362
ld a, $a0
ld [wd71d], a