18 #define NEOCORE_INIT \ 19 typedef struct bkp_ram_info { \ 23 bkp_ram_info bkp_data; 25 #define GPU_INIT gpu_init(); 27 #define __ALIGN1__ __attribute__ ((aligned (1))) 28 #define __ALIGN2__ __attribute__ ((aligned (2))) 29 #define __ALIGN4__ __attribute__ ((aligned (4))) 30 #define __ALIGN64__ __attribute__ ((aligned (64))) 31 #define __ALIGN128__ __attribute__ ((aligned (128))) 46 #define Y_OFFSCREEN 240 50 #define SHRUNK_TABLE_PROP_SIZE 0x2fe 52 #define JOYPAD BYTE p1, ps; 53 #define JOYPAD_READ p1 = volMEMBYTE(P1_CURRENT); ps = volMEMBYTE(PS_CURRENT); 54 #define JOYPAD_READ_EDGE p1 = volMEMBYTE(P1_EDGE); ps = volMEMBYTE(PS_EDGE); 55 #define JOYPAD_IS_UP p1&JOY_UP 56 #define JOYPAD_IS_DOWN p1&JOY_DOWN 57 #define JOYPAD_IS_LEFT p1&JOY_LEFT 58 #define JOYPAD_IS_RIGHT p1&JOY_RIGHT 59 #define JOYPAD_IS_START ps&P1_START 60 #define JOYPAD_IS_A p1&JOY_A 61 #define JOYPAD_IS_B p1&JOY_B 62 #define JOYPAD_IS_C p1&JOY_C 63 #define JOYPAD_IS_D p1&JOY_D 66 #define LOGGER_X_INIT 1 67 #define LOGGER_Y_INIT 2 69 #define BOXCOPY(bFrom, bTo) memcpy(bTo, bFrom, sizeof(Box)) 71 #define FIX(value) value * 65536 72 #define RAND(value) rand() % value 74 #define SHRUNK_EXTRACT_X(value) value >> 8 75 #define SHRUNK_EXTRACT_Y(value) (BYTE)value 258 short box_width_offset,
259 short box_height_offset
282 #define animated_sprite_move(animated_sprite, x_offset, y_offset) aSpriteMove(animated_sprite.as, x_offset, y_offset) 289 #define animated_sprite_set_position(animated_sprite, x, y) aSpriteSetPos(animated_sprite.as, x, y) 311 #define animated_sprite_animate(animated_sprite) aSpriteAnimate(animated_sprite.as) 398 void box_init(
Box *b,
short width,
short height,
short widthOffset,
short heightOffset);
509 #define image_move(image, x_offset, y_offset) pictureMove(image.pic, x_offset, y_offset) 567 short box_width_offset,
568 short box_height_offset
663 void inline logger_int(
char *label,
int value);
736 BOOL
vector_is_left(
short x,
short y,
short v1x,
short v1y,
short v2x,
short v2y);
808 void shrunk(WORD base_sprite, WORD max_width, WORD value);
821 void inline shrunk_addr(WORD addr, WORD shrunk_value);
828 WORD
shrunk_range(WORD addr_start, WORD addr_end, WORD shrunk_value);
837 #define WAIT_VBL waitVBlank();
BOOL vector_is_left(short x, short y, short v1x, short v1y, short v2x, short v2y)
void image_hide(Image *image)
hide Image
BYTE boxes_collide(Box *b, Box *boxes[], BYTE box_max)
check if a box is colliding with a box list
Image encapsulation with Box.
void fix_print_neocore(int x, int y, char *label)
void logger_byte(char *label, BYTE value)
void box_init(Box *b, short width, short height, short widthOffset, short heightOffset)
void mask_update(short x, short y, Vec2short vec[], Vec2short offset[], BYTE vector_max)
WORD logger_info(char *txt)
DATLib picture structure encapsulation.
void logger_bool(char *label, BOOL value)
content x & y short coordinate
void logger_int(char *label, int value)
BOOL vectors_collide(Box *box, Vec2short vec[], BYTE vector_max)
BOOL animated_sprite_flash(Animated_Sprite *animated_sprite)
refresh flash
BOOL box_collide(Box *b1, Box *b2)
check if two box is colliding
void image_show(Image *image)
show Image
content x & y byte coordinate
void image_init(Image *image, pictureInfo *pi, paletteInfo *pali)
void animated_sprite_display(Animated_Sprite *animated_sprite, short x, short y, WORD anim)
void image_physic_move(Image_Physic *image_physic, short x_offset, short y_offset)
void box_update(Box *b, short x, short y)
refresh Box position
void box_resize(Box *Box, short edge)
void scroller_display(Scroller *s, short x, short y)
void set_sprite_index(WORD index)
BOOL is_visible(Flash *flash)
void image_physic_flash(Image_Physic *image_physic)
void box_shrunk(Box *b, Box *bOrigin, WORD shrunkValue)
void animated_sprite_physic_set_position(Animated_Sprite_Physic *animated_sprite_physic, short x, short y)
void animated_sprite_physic_init(Animated_Sprite_Physic *animated_sprite_physic, spriteInfo *si, paletteInfo *pali, short box_witdh, short box_height, short box_width_offset, short box_height_offset)
void image_physic_shrunk(Image_Physic *image_physic, WORD shrunk_value)
void scroller_init(Scroller *s, scrollerInfo *si, paletteInfo *pali)
void animated_sprite_physic_move(Animated_Sprite_Physic *animated_sprite_physic, short x_offset, short y_offset)
void image_is_visible(Image *image)
void animated_sprite_physic_flash(Animated_Sprite_Physic *animated_sprite_physic)
refresh a Animated_Sprite_Physic flash
void animated_sprite_physic_shrunk(Animated_Sprite_Physic *animated_sprite_physic, WORD shrunk_value)
BOOL image_flash(Image *image)
void image_shrunk_centroid(Image *image, short center_x, short center_y, WORD shrunk_value)
void animated_sprite_physic_display(Animated_Sprite_Physic *animated_sprite_physic, short x, short y, WORD anim)
Animated_Sprite animated_sprite
void shrunk(WORD base_sprite, WORD max_width, WORD value)
void logger_box(char *label, Box *b)
void flash_init(Flash *flash, short frequency, short lengh)
WORD shrunk_range(WORD addr_start, WORD addr_end, WORD shrunk_value)
void vec2int_init(Vec2int *vec, int x, int y)
init a Vec2int structure
void vec2short_init(Vec2short *vec, short x, short y)
init a Vec2short structure
WORD get_shrunk_proportional_table(WORD index)
DWORD wait_vbl_max(WORD nb)
void animated_sprite_init(Animated_Sprite *animated_sprite, spriteInfo *si, paletteInfo *pali)
void palette_enable_auto_index()
Enable auto management of palette index.
content x & y int coordinate
void image_set_position(Image *image, short x, short y)
void image_physic_hide(Image_Physic *image_physic)
Hide Image_Physic & disable physic.
void scroller_set_position(Scroller *s, short x, short y)
BYTE set_palette_index(BYTE index)
WORD shrunk_forge(BYTE xc, BYTE yc)
void animated_sprite_physic_show(Animated_Sprite_Physic *animated_sprite_physic)
show a Animated_Sprite_Physic
void image_display(Image *image, short x, short y)
int shrunk_centroid_get_translated_x(short centerPosX, WORD tileWidth, BYTE shrunkX)
void palette_disable_auto_index()
Disable auto management of palette index.
void shrunk_addr(WORD addr, WORD shrunk_value)
void image_physic_init(Image_Physic *image_physic, pictureInfo *pi, paletteInfo *pali, short box_witdh, short box_height, short box_width_offset, short box_height_offset)
void animated_sprite_set_animation(Animated_Sprite *animated_sprite, WORD anim)
Animated_Sprite encapsulation with Box.
void scroller_move(Scroller *s, short x, short y)
void logger_dword(char *label, DWORD value)
void logger_short(char *label, short value)
WORD get_sprite_index_from_picture(pictureInfo *pi)
void animated_sprite_show(Animated_Sprite *animated_sprite)
void animated_sprite_physic_hide(Animated_Sprite_Physic *animated_sprite_physic)
hide a Animated_Sprite_Physic
void joypad_update_edge()
void animated_sprite_hide(Animated_Sprite *animated_sprite)
void image_physic_show(Image_Physic *image_physic)
Show Image_Physic & enable physic.
void image_physic_set_position(Image_Physic *image_physic, short x, short y)
void logger_pictureInfo(char *label, pictureInfo *pi)
void logger_word(char *label, WORD value)
void logger_set_position(WORD _x, WORD _y)
void logger_animated_sprite(char *label, Animated_Sprite *animated_sprite)
int shrunk_centroid_get_translated_y(short centerPosY, WORD tileHeight, BYTE shrunkY)
DATLib aSprite structure encapsulation.
void image_physic_display(Image_Physic *image_physic, short x, short y)
void vec2byte_init(Vec2byte *vec, BYTE x, BYTE y)
init a Vec2byte structure
WORD get_sprite_index_from_sprite(spriteInfo *si)
void logger_spriteInfo(char *label, spriteInfo *si)