mirror of
https://github.com/pret/pokeruby.git
synced 2026-08-08 10:34:12 -05:00
9 lines
240 B
C
9 lines
240 B
C
#ifndef GUARD_BATTLE_MESSAGE_H
|
|
#define GUARD_BATTLE_MESSAGE_H
|
|
|
|
void BufferStringBattle(u16 stringID);
|
|
u32 StrCpyDecodeToDisplayedStringBattle(const u8* src);
|
|
u32 StrCpyDecodeBattle(const u8* src, u8* dst);
|
|
|
|
#endif // GUARD_BATTLE_MESSAGE_H
|