mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 05:19:43 +00:00
Tweak_Init
This commit is contained in:
parent
69630bd99e
commit
81c8da9f18
10
tweak.cpp
10
tweak.cpp
@ -1,7 +1,13 @@
|
||||
#include "tweak.h"
|
||||
|
||||
// @SMALLTODO
|
||||
i16 gGameState[30];
|
||||
|
||||
// @Ok
|
||||
// @Matching
|
||||
void Tweak_Init(void)
|
||||
{
|
||||
printf("Tweak_Init(void)");
|
||||
gGameState[14] = 1;
|
||||
gGameState[8] = 0;
|
||||
gGameState[9] = 0;
|
||||
gGameState[10] = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user