Go to the source code of this file.
Macros | |
#define | ACTOR_TYPE_LIST_END 0xFF |
Functions | |
s32 | is_actor_health_bar_visible (Actor *actor) |
s32 | is_actortype_health_bar_visible (s32 actorType) |
void | save_tattle_flags (s32 actorType) |
void | load_tattle_flags (s32 actorType) |
Variables | |
BSS char | D_8029F660 [0x400] |
BSS MessagePrintState * | gSpeakingActorPrintCtx |
BSS MessagePrintState * | D_8029FA64 |
BSS s32 | gSpeakingActorPrintIsDone |
BSS s32 | gSpeakingActorTalkAnim |
BSS s32 | gSpeakingActorIdleAnim |
BSS Actor * | gSpeakingActor |
BSS ActorPart * | gSpeakingActorPart |
u8 * | gBattleDmaDest = NULL |
u8 | ActorTypesGhost [] |
u8 | ActorTypesLee [] |
u8 | ActorTypesCrystalKing [] |
u8 | ActorTypesShyGuyBoss [] |
u8 | ActorTypesBowser [] |
u8 | ActorTypesMagikoopa [] |
u8 | ActorTypesRedMagikoopa [] |
u8 | ActorTypesGreenMagikoopa [] |
u8 | ActorTypesGrayMagikoopa [] |
u8 | ActorTypesYellowMagikoopa [] |
u8 | ActorTypesWhiteMagikoopa [] |
u8 * | ActorTypesLists [] |
#define ACTOR_TYPE_LIST_END 0xFF |
Definition at line 14 of file 181810.c.
Referenced by load_tattle_flags(), and save_tattle_flags().
s32 is_actor_health_bar_visible | ( | Actor * | actor | ) |
Definition at line 503 of file 181810.c.
Referenced by btl_draw_enemy_health_bars().
s32 is_actortype_health_bar_visible | ( | s32 | actorType | ) |
void save_tattle_flags | ( | s32 | actorType | ) |
Definition at line 535 of file 181810.c.
void load_tattle_flags | ( | s32 | actorType | ) |
Definition at line 571 of file 181810.c.
BSS MessagePrintState* gSpeakingActorPrintCtx |
BSS MessagePrintState* D_8029FA64 |
u8 ActorTypesGhost[] |
Definition at line 18 of file 181810.c.
u8 ActorTypesLee[] |
Definition at line 31 of file 181810.c.
u8 ActorTypesCrystalKing[] |
u8 ActorTypesShyGuyBoss[] |
u8 ActorTypesBowser[] |
u8 ActorTypesMagikoopa[] |
u8 ActorTypesRedMagikoopa[] |
u8 ActorTypesGreenMagikoopa[] |
u8 ActorTypesGrayMagikoopa[] |
u8 ActorTypesYellowMagikoopa[] |
u8 ActorTypesWhiteMagikoopa[] |
u8* ActorTypesLists[] |
Definition at line 100 of file 181810.c.
Referenced by load_tattle_flags(), and save_tattle_flags().