diff options
author | entrpntr <entrpntr@gmail.com> | 2020-06-10 19:49:54 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-06-10 20:33:24 -0400 |
commit | a1c33b58a89c29ef52e3bc9399be1491dbd1d33d (patch) | |
tree | bebc3dc6468694aa38115b275da3688c3f810519 /wram.asm | |
parent | 80b52ec275bd7f82ddc8c94c5728be59392810ca (diff) |
More cleanup.
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |