We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b1d91 commit e096507Copy full SHA for e096507
ram/wram0.asm
@@ -114,7 +114,7 @@ wCurMove::
114
wCreditsSpawn::
115
db
116
117
- ds 1 ; unused
+wTimeSinceText:: db
118
119
wCurOptionsPage:: db
120
ram/wramx.asm
@@ -268,7 +268,7 @@ wBattleBerriesPocketCursor:: db
268
wBattleKeyItemsPocketCursor:: db
269
wLastBattlePocket:: db
270
271
-wTimeSinceText:: db
+ ds 1 ; unused
272
273
wBattleItemsPocketScrollPosition:: db
274
wBattleMedicinePocketScrollPosition:: db
0 commit comments