mirror of
https://github.com/pret/pokered.git
synced 2026-09-12 11:45:17 -05:00
Fix hard-coded bank
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user