Skip to content

Commit

Permalink
DV screen doesn't break cinnabar gym anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
cRz-Shadows committed May 7, 2024
1 parent 2863cf2 commit 35d2bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ram/wram.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2555,7 +2555,7 @@ wDVCalcVar1::
ds 2

wDVCalcVar2::
ds 4
ds 5

; the trainer the player must face after getting a wrong answer in the Cinnabar
; gym quiz
Expand All @@ -2566,7 +2566,7 @@ wUnusedDA38:: db
; mostly copied from map-specific map script pointer and written back later
wCurMapScript:: db

ds 7
ds 6

wPlayTimeHours:: db
wPlayTimeMaxed:: db
Expand Down

0 comments on commit 35d2bcf

Please sign in to comment.