mirror of
https://github.com/CTR-tools/CTR-ModSDK.git
synced 2025-01-05 20:09:41 +00:00
podium dance fix
This commit is contained in:
parent
e3495f60b7
commit
01409d81e2
@ -8,9 +8,9 @@ void Tawna_Init(struct GameTracker * gGT)
|
||||
char i;
|
||||
|
||||
// default podium values
|
||||
gGT->podium_modelIndex_First = 0x7e;
|
||||
gGT->podium_modelIndex_Second = 0x7e;
|
||||
gGT->podium_modelIndex_Third = 0x7e;
|
||||
gGT->podium_modelIndex_First = 0;
|
||||
gGT->podium_modelIndex_Second = 0;
|
||||
gGT->podium_modelIndex_Third = 0;
|
||||
|
||||
// STATIC_TAWNA1
|
||||
gGT->podium_modelIndex_tawna = 0x8f;
|
||||
|
Loading…
Reference in New Issue
Block a user