
Search found 12 matches
- Mon Jul 28, 2014 10:05 am
- Forum: SGDK
- Topic: Problem with Timer
- Replies: 4
- Views: 3446
- Sun Jul 27, 2014 5:33 pm
- Forum: SGDK
- Topic: Problem with Timer
- Replies: 4
- Views: 3446
- Sat Jul 26, 2014 3:15 pm
- Forum: SGDK
- Topic: Problem with Timer
- Replies: 4
- Views: 3446
Problem with Timer
Hey everyone, I have a little problem. I don't understand how the timers in sgdk work...
I start a timer with that : startTimer(0);
I wish restart this timer so I do that : getTimer(0,1);
I see that the timer stop and it never restart.
This is the code of "getTimer" :
u32 getTimer(u16 numTimer ...
I start a timer with that : startTimer(0);
I wish restart this timer so I do that : getTimer(0,1);
I see that the timer stop and it never restart.
This is the code of "getTimer" :
u32 getTimer(u16 numTimer ...
- Tue Mar 04, 2014 12:51 pm
- Forum: SGDK
- Topic: Sprite Animation Problem
- Replies: 5
- Views: 4179
- Sat Mar 01, 2014 5:53 pm
- Forum: SGDK
- Topic: Sprite Animation Problem
- Replies: 5
- Views: 4179
- Sat Mar 01, 2014 11:49 am
- Forum: SGDK
- Topic: Sprite Animation Problem
- Replies: 5
- Views: 4179
Sprite Animation Problem
Hey everyone, I continue to learn the tutorial and I'm stuck at a point.
I fail to see or to animate a sprite with genres method.
I have this code which is almost the same as in the tutorial :
#include <genesis.h>
typedef struct
{
s16 posx;
s16 posy;
u16 tile_attr;
u8 size;
u8 link;
u32 ...
I fail to see or to animate a sprite with genres method.
I have this code which is almost the same as in the tutorial :
#include <genesis.h>
typedef struct
{
s16 posx;
s16 posy;
u16 tile_attr;
u8 size;
u8 link;
u32 ...
- Sat Mar 01, 2014 11:29 am
- Forum: SGDK
- Topic: Problem Tutorial SGDK "Multi Tile"
- Replies: 8
- Views: 5361
- Fri Feb 28, 2014 10:55 am
- Forum: SGDK
- Topic: Problem Tutorial SGDK "Multi Tile"
- Replies: 8
- Views: 5361
- Mon Feb 24, 2014 6:11 pm
- Forum: SGDK
- Topic: Problem Tutorial SGDK "Multi Tile"
- Replies: 8
- Views: 5361
- Mon Feb 24, 2014 5:51 pm
- Forum: SGDK
- Topic: Problem Tutorial SGDK "Multi Tile"
- Replies: 8
- Views: 5361
I found that it was weird then I checked and indeed at this link the tutorial does not seem Updated: http://code.google.com/p/sgdk/wiki/SGDKTutorial
- Mon Feb 24, 2014 1:11 pm
- Forum: SGDK
- Topic: Problem Tutorial SGDK "Multi Tile"
- Replies: 8
- Views: 5361
- Mon Feb 24, 2014 7:24 am
- Forum: SGDK
- Topic: Problem Tutorial SGDK "Multi Tile"
- Replies: 8
- Views: 5361
Problem Tutorial SGDK "Multi Tile"
Hi everyone I started programming in the megadrive and I'm stuck at the tutorial to the "Multi Tile".
Let me explain: I get to create the file moon.res , the files moon.h and moon.obj are created by SGDK. I can include moon.h in code block it work perfectly.
I have this code :
include <genesis.h ...
Let me explain: I get to create the file moon.res , the files moon.h and moon.obj are created by SGDK. I can include moon.h in code block it work perfectly.
I have this code :
include <genesis.h ...