mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-02 17:30:05 +01:00
Update debug.c
This commit is contained in:
parent
fd30b85188
commit
315813d186
@ -276,7 +276,11 @@ extern u8 Debug_ShowFieldMessageStringVar4[];
|
|||||||
extern u8 Debug_CheatStart[];
|
extern u8 Debug_CheatStart[];
|
||||||
extern u8 PlayersHouse_2F_EventScript_SetWallClock[];
|
extern u8 PlayersHouse_2F_EventScript_SetWallClock[];
|
||||||
extern u8 PlayersHouse_2F_EventScript_CheckWallClock[];
|
extern u8 PlayersHouse_2F_EventScript_CheckWallClock[];
|
||||||
|
#ifdef BATTLE_ENGINE
|
||||||
|
#define ABILITY_NAME_LENGTH 16
|
||||||
|
#else
|
||||||
#define ABILITY_NAME_LENGTH 12
|
#define ABILITY_NAME_LENGTH 12
|
||||||
|
#endif
|
||||||
extern const u8 gAbilityNames[][ABILITY_NAME_LENGTH + 1];
|
extern const u8 gAbilityNames[][ABILITY_NAME_LENGTH + 1];
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user