move two functions to dungeon_message.c

This commit is contained in:
DizzyEggg
2024-10-25 20:21:56 +02:00
parent 4c4ec10806
commit a2bc2f66ec
7 changed files with 59 additions and 118 deletions

View File

@@ -20,6 +20,9 @@ struct DungeonDialogueStruct
const u8 *str;
};
void sub_80521D0(void);
void sub_8052210(bool8 a0);
// These functions display the string if certain conditions are met. The conditions differ depending on the function. The string is then saved to the message log.
void TryDisplayDungeonLoggableMessage(Entity *pokemon, const char *str);
void TryDisplayDungeonLoggableMessage2(Entity *r0, const char *str);