diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-08-18 16:35:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-18 16:35:16 -0400 |
commit | 34ad9498ea399405ddc68aea91af9dd64319417c (patch) | |
tree | dc841f7adaaab2cdf88c0c0d6b81535c3b6ee0c0 /wram.asm | |
parent | 5882c99f9d2581d0378a65c4559ae2ae6e0bc137 (diff) | |
parent | 4ea75afd563ef8304f7bb3f4662e229f156a9e6d (diff) |
Merge pull request #60 from mid-kid/master
Rub a dub dub, thanks for the grub
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1151,13 +1151,14 @@ wce65:: db wce66:: db NEXTU -; gfpresents, title, and intro menu timers +; intro data wIntroSceneFrameCounter:: db -UNION wIntroSceneTimer:: db + NEXTU +; title data +wTitleScreenSelectedOption:: db wTitleScreenTimer:: dw -ENDU NEXTU ; credits data |