Add some frame notes

This commit is contained in:
jeffman 2019-09-11 18:08:31 -04:00
parent 6abad73ae6
commit eb29cdef34
1 changed files with 23 additions and 1 deletions

View File

@ -1500,6 +1500,28 @@ nop
// [8]: B // [8]: B
// [9-15]: (blank) // [9-15]: (blank)
// Frame states (BG0), from EarthBound:
// Start Duration State
// --------------------------
// 0 g Black
// g 1 1/32 grey B
// g+1 2 2/32 grey B
// g+3 2 3/32 grey B
// g+5 2 4/32 grey B
// g+7 2 5/32 grey B
// g+9 2 6/32 grey B
// g+11 2 7/32 grey B
// g+13 2 8/32 grey B
// g+15 2 9/32 grey B
// g+17 2 10/32 grey B
// g+19 2 11/32 grey B
// g+21 2 12/32 grey B
// g+23 2 13/32 grey B
// g+25 2 14/32 grey B
// g+27 2 15/32 grey B
// g+29 1 16/32 grey B
// g+30 2 17/32 grey B
// Animation 3 (full title screen) // Animation 3 (full title screen)
.org 0x82D6B64 :: dh 0x008A // Enable 8-bit BG0 .org 0x82D6B64 :: dh 0x008A // Enable 8-bit BG0
.org 0x80119C6 :: mov r0,0x88 // Disable BG1 .org 0x80119C6 :: mov r0,0x88 // Disable BG1