Nop the remaining title sequences

This commit is contained in:
jeffman 2019-09-26 20:59:05 -04:00
parent 4e3c8a98b5
commit 92151ba934
3 changed files with 40 additions and 8 deletions

View File

@ -28,15 +28,15 @@
// 06: [] pause [] pause // 06: [] pause [] pause
// 07: [] text moves up [] do nothing // 07: [] text moves up [] do nothing
// 08: [] pause [] pause // 08: [] pause [] pause
// 09: [] background fade-in [] background fade-in // 09: [] background fade-in [] copyright fade-in
// 0A: [] pause [] pause // 0A: [] pause [] pause
// 0B: [] flash all [] // 0B: [] flash all [] glow
// 0C: [] pause [] // 0C: [] pause [] pause
// 0D: [] long pause [] // 0D: [] long pause [] do nothing
// 0E: [] flash all [] // 0E: [] flash all [] do nothing
// 0F: [] pause [] // 0F: [] pause [] do nothing
// 10: [] long pause [] // 10: [] long pause [] do nothing
// 11: [] quick fade-out all [] // 11: [] quick fade-out all [] quick fade-out all
//============================================================================= //=============================================================================
// $80113F5: (Start) // $80113F5: (Start)

View File

@ -1588,6 +1588,11 @@ nop
.org 0x80117B8 :: dw title_sequence_08 .org 0x80117B8 :: dw title_sequence_08
.org 0x80117BC :: dw title_sequence_09 .org 0x80117BC :: dw title_sequence_09
.org 0x80117C4 :: dw title_sequence_0B .org 0x80117C4 :: dw title_sequence_0B
.org 0x80117C8 :: dw title_sequence_0C
.org 0x80117CC :: dw title_sequence_0D
.org 0x80117D0 :: dw title_sequence_0D
.org 0x80117D4 :: dw title_sequence_0D
.org 0x80117D8 :: dw title_sequence_0D
// Commit hacks: // Commit hacks:

View File

@ -403,4 +403,31 @@ str r0,[r4]
pop {r4} pop {r4}
b title_return b title_return
//---------------------------------------------------------
title_sequence_0C:
ldr r3,[r3]
ldr r0,[r3,4]
cmp r0,0x2C
bgt @@nextsequence
b title_return
@@nextsequence:
mov r0,0xD
mov r4,r10
str r0,[r4]
mov r0,1
neg r0,r0
str r0,[r3,4]
b title_return
//---------------------------------------------------------
title_sequence_0D:
mov r4,r10
ldr r0,[r4]
add r0,1
str r0,[r4]
b title_return
.pool .pool