link fbdemo_triforce.c

This commit is contained in:
Prakxo
2023-05-19 22:17:38 +02:00
parent a0ff3985cd
commit 4da7686a39
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -10,9 +10,9 @@ m_fbdemo.c:
.text: [0x803A0350, 0x803A0ABC]
.rodata: [0x80641F40, 0x80641F60]
.data: [0x80652AA0, 0x80652AD0]
#m_fbdemo_triforce.c: #relocs mismatch
# .text: [0x803A0ABC, 0x803A0F00]
# .rodata: [0x80641F60, 0x80641FA0]
m_fbdemo_triforce.c:
.text: [0x803A0ABC, 0x803A0F00]
.rodata: [0x80641F60, 0x80641FA0]
m_fbdemo_wipe1.c:
.text: [0x803A0F00, 0x803A12F8]
.rodata: [0x80641FA0, 0x80641FC0]
+1 -1
View File
@@ -34,7 +34,7 @@ void fbdemo_triforce_move(TransitionTriforce* this, int updaterate){
d = 0.5f * (14.0f + (12.0f * t));
}
else{
d = 0.5f * (14.0f + (16.0f * t));
d = 0.5f * (16.0f + (12.0f * t));
}
if(this->direction != 0){