summaryrefslogtreecommitdiff
path: root/engine/scripting.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-03-03 22:53:43 -0500
committeryenatch <yenatch@gmail.com>2014-03-03 22:53:43 -0500
commit7ab8f76117e13a192a1f4f797ee73c48f6154cff (patch)
tree7a4424aafc11c9f410217062ac0d25c5d48895ac /engine/scripting.asm
parent60e19487a7a94021605805d07149e677ad1cbb96 (diff)
Label map trigger functions in home.asm.
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r--engine/scripting.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm
index 1a5ee4cea..21feaf5d2 100644
--- a/engine/scripting.asm
+++ b/engine/scripting.asm
@@ -1884,7 +1884,7 @@ Script_checkmaptriggers: ; 0x975d1
ld b, a
call GetScriptByte
ld c, a
- call Function2147
+ call GetMapTrigger
ld a, d
or e
jr z, .asm_975e5 ; 0x975de $5
@@ -1923,7 +1923,7 @@ Script_domaptrigger: ; 0x975f5
; fallthrough
Unknown_975fd: ; 0x975fd
- call Function2147
+ call GetMapTrigger
ld a, d
or e
jr z, .asm_97608 ; 0x97602 $4