summaryrefslogtreecommitdiff
path: root/engine/overworld
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-05 16:15:01 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-05 16:15:01 -0400
commita77999f7f151567a47dd69affe9a29378f298ff4 (patch)
treec8816365bfae97dfdd9250e6ca8bfe13dbb58dd5 /engine/overworld
parent6137f5accb77db2d5d07df2f058e85115caf073c (diff)
Logical spacing in data/sgb/sgb_palettes.asm
Diffstat (limited to 'engine/overworld')
-rw-r--r--engine/overworld/clear_variables.asm2
-rwxr-xr-xengine/overworld/cut.asm2
2 files changed, 2 insertions, 2 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
diff --git a/engine/overworld/cut.asm b/engine/overworld/cut.asm
index fa28a751..dd9b7c1a 100755
--- a/engine/overworld/cut.asm
+++ b/engine/overworld/cut.asm
@@ -37,7 +37,7 @@ UsedCut:
call GBPalWhiteOutWithDelay3
call ClearSprites
call RestoreScreenTilesAndReloadTilePatterns
- ld a, SCREEN_HEIGHT_PIXELS
+ ld a, SCREEN_HEIGHT_PX
ld [hWY], a
call Delay3
call LoadGBPal