mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 14:41:38 -04:00
link fbdemo_triforce.c
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user