Skip to content

Commit e096507

Browse files
committed
move wTimeSinceText to wram bank 0
Fixes #1173
1 parent f4b1d91 commit e096507

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ram/wram0.asm

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ wCurMove::
114114
wCreditsSpawn::
115115
db
116116

117-
ds 1 ; unused
117+
wTimeSinceText:: db
118118

119119
wCurOptionsPage:: db
120120

ram/wramx.asm

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ wBattleBerriesPocketCursor:: db
268268
wBattleKeyItemsPocketCursor:: db
269269
wLastBattlePocket:: db
270270

271-
wTimeSinceText:: db
271+
ds 1 ; unused
272272

273273
wBattleItemsPocketScrollPosition:: db
274274
wBattleMedicinePocketScrollPosition:: db

0 commit comments

Comments
 (0)