Skip to content

Commit

Permalink
Fix hard-coded bank
Browse files Browse the repository at this point in the history
  • Loading branch information
dannye committed May 5, 2024
1 parent fabe2b3 commit d870ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/movie/oak_speech/oak_speech2.asm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ChooseRivalName:
call ClearScreen
call Delay3
ld de, Rival1Pic
ld b, $13
ld b, BANK(Rival1Pic)
call IntroDisplayPicCenteredOrUpperRight
.done
ld hl, HisNameIsText
Expand Down

0 comments on commit d870ad6

Please sign in to comment.