summaryrefslogtreecommitdiff
path: root/engine/events.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/events.asm')
-rw-r--r--engine/events.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/events.asm b/engine/events.asm
index 02381bbc3..565b60049 100644
--- a/engine/events.asm
+++ b/engine/events.asm
@@ -767,8 +767,8 @@ TryReadSign: ; 96a38
ld de, EngineBuffer1
ld bc, 3
call FarCopyBytes
- ld a, BANK(SignpostItemScript)
- ld hl, SignpostItemScript
+ ld a, BANK(HiddenItemScript)
+ ld hl, HiddenItemScript
call CallScript
scf
ret