diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-05 16:15:01 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-05 16:15:01 -0400 |
| commit | a77999f7f151567a47dd69affe9a29378f298ff4 (patch) | |
| tree | c8816365bfae97dfdd9250e6ca8bfe13dbb58dd5 /engine/overworld/clear_variables.asm | |
| parent | Port and improve hidden_object macro from pokeyellow (diff) | |
| download | pokeyellow-a77999f7f151567a47dd69affe9a29378f298ff4.tar.gz pokeyellow-a77999f7f151567a47dd69affe9a29378f298ff4.tar.xz pokeyellow-a77999f7f151567a47dd69affe9a29378f298ff4.zip | |
Logical spacing in data/sgb/sgb_palettes.asm
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 b5a1f4a0..9b735495 100644 --- a/engine/overworld/clear_variables.asm +++ b/engine/overworld/clear_variables.asm @@ -1,5 +1,5 @@ ClearVariablesOnEnterMap:: - ld a, SCREEN_HEIGHT_PIXELS + ld a, SCREEN_HEIGHT_PX ld [hWY], a ld [rWY], a xor a |
