summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-06-10 19:49:54 -0400
committerentrpntr <entrpntr@gmail.com>2020-06-10 20:33:24 -0400
commita1c33b58a89c29ef52e3bc9399be1491dbd1d33d (patch)
treebebc3dc6468694aa38115b275da3688c3f810519 /wram.asm
parent80b52ec275bd7f82ddc8c94c5728be59392810ca (diff)
More cleanup.
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm7
1 files changed, 4 insertions, 3 deletions
diff --git a/wram.asm b/wram.asm
index a011bc9b..c6bb3220 100644
--- a/wram.asm
+++ b/wram.asm
@@ -733,13 +733,14 @@ UNION ; cb0c
wBattleMon:: battle_struct wBattleMon ; cb0c
NEXTU ; cb0c
+; intro water/grass/fire cutscene data
ds 4
wIntroJumptableIndex:: db
wIntroBGMapPointer:: dw
wIntroTilemapPointer:: dw
wIntroTilesPointer:: dw
-wIntroSceneFrameCounter1:: db
-wIntroSceneFrameCounter2:: db
+wIntroFrameCounter1:: db
+wIntroFrameCounter2:: db
wcb19:: db
ENDU ; cb2c
@@ -1135,7 +1136,7 @@ wce65:: db
wce66:: db
NEXTU ; ce64
-; intro and title data
+; gfpresents, title, and intro menu timers
wIntroSceneFrameCounter:: db
UNION ; ce65
wIntroSceneTimer:: db