Skip to content

Commit

Permalink
Partially revert
Browse files Browse the repository at this point in the history
  • Loading branch information
SatoMew committed Jun 22, 2024
1 parent f635fac commit 73e6d00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/movie/hall_of_fame.asm
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ HoFLoadPlayerPics:
ld de, RedPicFront
ld a, BANK(RedPicFront)
call UncompressSpriteFromDE
ld a, SRAM_DISABLE
ld a, $0
call OpenSRAM
ld hl, sSpriteBuffer1
ld de, sSpriteBuffer0
Expand Down
2 changes: 1 addition & 1 deletion engine/movie/oak_speech/oak_speech.asm
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ IntroDisplayPicCenteredOrUpperRight:
push bc
ld a, b
call UncompressSpriteFromDE
ld a, SRAM_DISABLE
ld a, $0
call OpenSRAM
ld hl, sSpriteBuffer1
ld de, sSpriteBuffer0
Expand Down

0 comments on commit 73e6d00

Please sign in to comment.