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/cut.asm | |
parent | 6137f5accb77db2d5d07df2f058e85115caf073c (diff) |
Logical spacing in data/sgb/sgb_palettes.asm
Diffstat (limited to 'engine/overworld/cut.asm')
-rwxr-xr-x | engine/overworld/cut.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |