sprite_new

This commit is contained in:
PikalaxALT
2017-09-07 15:50:49 -04:00
parent f7742a68ae
commit 64ebd9b4fb
5 changed files with 67 additions and 178 deletions

View File

@@ -11,5 +11,6 @@
// Exported ROM declarations
void SetObjectSubpriorityByZCoord(u8, struct Sprite *, u8);
void InitObjectPriorityByZCoord(struct Sprite *, u8);
#endif //POKEEMERALD_FIELD_GROUND_EFFECT_H

View File

@@ -23,6 +23,7 @@ void npc_load_two_palettes__and_record(u16, u8);
void sub_808EAB0(u16, u8);
void sub_8092FF0(s16, s16, s16 *, s16 *);
u8 FieldObjectDirectionToImageAnimId(u8);
void sub_80930E0(s16 *, s16 *, u8, u8);
// Exported data declarations

15
include/map_obj_8097404.h Normal file
View File

@@ -0,0 +1,15 @@
//
// Created by scott on 9/7/2017.
//
#ifndef POKEEMERALD_MAP_OBJ_8097404_H
#define POKEEMERALD_MAP_OBJ_8097404_H
// Exported type declarations
// Exported RAM declarations
// Exported ROM declarations
void sub_8097AC8(struct Sprite *);
#endif //POKEEMERALD_MAP_OBJ_8097404_H