diff options
Diffstat (limited to 'engine/overworld/clear_variables.asm')
-rw-r--r-- | engine/overworld/clear_variables.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/clear_variables.asm b/engine/overworld/clear_variables.asm index 9a59cc7c..32dc85cd 100644 --- a/engine/overworld/clear_variables.asm +++ b/engine/overworld/clear_variables.asm @@ -1,4 +1,4 @@ -ClearVariablesOnEnterMap: +ClearVariablesOnEnterMap:: ld a, SCREEN_HEIGHT_PIXELS ld [hWY], a ld [rWY], a |