Go to the source code of this file.
Macros | |
| #define | UNK_TYPE s32 |
| #define | UNK_PTR void* |
| #define | UNK_RET void |
| #define | UNK_FUN_ARG void(*)(void) |
| #define | UNK_FUN_PTR(name) void(*name)(void) |
| #define | UNK_ARGS |
| #define | BTL_NONE 0 |
| #define | BTL_DEFAULT_STAGE -1 |
| #define | ANIM_LIST_END -1 |
| Terminates an extraAnimationList. | |
Typedefs | |
| typedef char *(* | PrintCallback) (void *, const char *, u32) |
| typedef u8 | Addr[] |
Linker symbol address, as in ld_addrs.h. | |
Definition at line 7 of file types.h.
Referenced by load_map_bg().
| #define ANIM_LIST_END -1 |
Terminates an extraAnimationList.
Definition at line 22 of file types.h.
Referenced by spr_draw_npc_sprite(), and spr_draw_player_sprite().