cleanup
This commit is contained in:
parent
759fe528e7
commit
6c778bb096
7 changed files with 103475 additions and 103475 deletions
|
@ -1,4 +1,4 @@
|
|||
#include "sms.h"
|
||||
#include "inc/sms.h"
|
||||
|
||||
int doublejumped;
|
||||
int preva;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Empty c file demonstrating available functions the Bin2Gecko and DolInsert tools can replace
|
||||
*/
|
||||
|
||||
#include "sms.h"
|
||||
#include "inc/sms.h"
|
||||
|
||||
//Variable
|
||||
int variable;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include <stdint.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include "sms.h"
|
||||
#include "inc/sms.h"
|
||||
|
||||
static J2DTextBox textbox;
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
#include "sms.h"
|
||||
#include "inc/sms.h"
|
||||
|
||||
/*
|
||||
Super Mario Sunshine Disassembly example
|
|
@ -6,7 +6,7 @@
|
|||
#include <stdint.h>
|
||||
#include <stdarg.h>
|
||||
#include <math.h>
|
||||
#include "sms.h"
|
||||
#include "inc/sms.h"
|
||||
|
||||
//This version is different from the released version:
|
||||
/* 4 effects can occur at the same time
|
||||
|
|
Reference in a new issue