1
0
Fork 0
This commit is contained in:
BitPatty 2017-02-23 18:10:27 +01:00
parent 759fe528e7
commit 6c778bb096
7 changed files with 103475 additions and 103475 deletions

View file

@ -1,4 +1,4 @@
#include "sms.h"
#include "inc/sms.h"
int doublejumped;
int preva;

View file

@ -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;

View file

@ -3,7 +3,7 @@
#include <stdint.h>
#include <stdarg.h>
#include <string.h>
#include "sms.h"
#include "inc/sms.h"
static J2DTextBox textbox;

View file

@ -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

View file

@ -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

View file