diff options
Diffstat (limited to 'engine/events_3.asm')
-rwxr-xr-x | engine/events_3.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/events_3.asm b/engine/events_3.asm index 686a794b7..57554d3f1 100755 --- a/engine/events_3.asm +++ b/engine/events_3.asm @@ -55,7 +55,7 @@ ReturnFromMapSetupScript:: ; b8000 ld [rWY], a ld [hWY], a xor a - ld [hLCDStatCustom], a + ld [hFFC6], a ret ; b8064 @@ -126,7 +126,7 @@ PlaceMapNameSign:: ; b8098 (2e:4098) ld [rWY], a ld [hWY], a xor a - ld [hLCDStatCustom], a + ld [hFFC6], a ret |