Port over Game60hzcall()
This commit is contained in:
@@ -33,3 +33,15 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|||||||
#define DIR_SLASH "\\"
|
#define DIR_SLASH "\\"
|
||||||
#endif
|
#endif
|
||||||
#include "../gblvars.h"
|
#include "../gblvars.h"
|
||||||
|
|
||||||
|
|
||||||
|
//Start of execute.asm goodness
|
||||||
|
extern unsigned char t1cc;
|
||||||
|
extern unsigned short int nextframe;
|
||||||
|
|
||||||
|
void Game60hzcall()
|
||||||
|
{
|
||||||
|
t1cc+;
|
||||||
|
nextframe++;
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user