diff options
Diffstat (limited to 'engine/overworld/oam.asm')
-rw-r--r-- | engine/overworld/oam.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/oam.asm b/engine/overworld/oam.asm index e81375a3..f51c839f 100644 --- a/engine/overworld/oam.asm +++ b/engine/overworld/oam.asm @@ -213,7 +213,7 @@ Func_4a7b: ; 4a7b (1:4a7b) INCLUDE "engine/oam_dma.asm" _IsTilePassable:: ; 4aaa (1:4aaa) - ld hl,W_TILESETCOLLISIONPTR ; pointer to list of passable tiles + ld hl,wTilesetCollisionPtr ; pointer to list of passable tiles ld a,[hli] ld h,[hl] ld l,a ; hl now points to passable tiles |