summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/map.asm')
-rw-r--r--home/map.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/home/map.asm b/home/map.asm
index cf60545b..d331c40d 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -2024,8 +2024,8 @@ CheckIfFacingTileCoordIsSign:: ; 2b8f (0:2b8f)
.asm_2bad
pop hl
- ld de, wcf29
- ld bc, $5
+ ld de, wCurBGEvent
+ ld bc, BG_EVENT_SIZE
call CopyBytes
scf
ret
@@ -2088,8 +2088,8 @@ CheckCurrentMapXYTriggers::
.asm_2c02
pop hl
- ld de, wcf29
- ld bc, $8
+ ld de, wCurCoordEvent
+ ld bc, COORD_EVENT_SIZE
call CopyBytes
scf
ret