diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-12 12:46:18 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-12 12:46:18 -0500 |
commit | 2ed6c357af335a1df33932383c00375b799300b2 (patch) | |
tree | 175e12b8359bc00d9ba30af0c448d612a36df473 /engine/events_3.asm | |
parent | 35f687b5365cb5e4b607e180646e6062d59a357a (diff) |
More WRAM tidying
Diffstat (limited to 'engine/events_3.asm')
-rwxr-xr-x | engine/events_3.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events_3.asm b/engine/events_3.asm index 57554d3f1..55dc59a1a 100755 --- a/engine/events_3.asm +++ b/engine/events_3.asm @@ -288,7 +288,7 @@ CheckForHiddenItems: ; b8172 add SCREEN_HEIGHT / 4 ld [wd1ec], a ; Get the pointer for the first signpost header in the map... - ld hl, wdc02 + ld hl, wCurrentMapSignpostHeaderPointer ld a, [hli] ld h, [hl] ld l, a |