Skip to content

Commit

Permalink
Convert gBattleStringsTable to COMPOUND_STRINGs (#5649)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsparagusEduardo authored Nov 9, 2024
1 parent e005ffb commit 5f87d2e
Show file tree
Hide file tree
Showing 4 changed files with 775 additions and 1,512 deletions.
6 changes: 3 additions & 3 deletions include/battle_message.h
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,9 @@ extern const u8 gText_Loss[];
extern const u8 gText_Draw[];
extern const u8 gText_StatSharply[];
extern const u8 gText_StatRose[];
extern const u8 sText_StatFell[];
extern const u8 sText_drastically[];
extern const u8 sText_severely[];
extern const u8 gText_StatFell[];
extern const u8 gText_drastically[];
extern const u8 gText_severely[];
extern const u8 gText_DefendersStatRose[];
extern const u8 gText_PkmnGettingPumped[];
extern const u8 gText_PkmnShroudedInMist[];
Expand Down
Loading

0 comments on commit 5f87d2e

Please sign in to comment.