diff options
| author | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2020-12-10 15:26:37 +0700 |
|---|---|---|
| committer | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2020-12-10 15:26:37 +0700 |
| commit | f79810c82ce57d913638427ea425cb693cd5b8af (patch) | |
| tree | 8838b7fa72a6326ee32fcfce2805d131ce0e54d5 /ram | |
| parent | 9d8ae4c2563eddfd6939aaf1559a8da56f319cc3 (diff) | |
Disassemble Game Freak logo animation
Diffstat (limited to 'ram')
| -rw-r--r-- | ram/wram.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ram/wram.asm b/ram/wram.asm index f579aa6..2ca1311 100644 --- a/ram/wram.asm +++ b/ram/wram.asm @@ -356,10 +356,12 @@ SECTION "CB5E", WRAM0[$CB5E] wJumptableIndex:: db wFlyDestination:: +wIntroSceneFrameCounter:: wBattleTransitionCounter:: db wBattleTransitionSineWaveOffset:: wBattleTransitionSpinQuadrant:: +wIntroSceneTimer:: wcb60:: ds 1 wcb61:: ds 1 |
