Skip to content

Commit

Permalink
Fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
Xzonn committed Oct 12, 2024
1 parent 550ea8a commit bafa4fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ extern u16 conversion_table[][2];
extern u16 conversion_table_chinese[0x1E5E];
extern u16 conversion_table_quote[][8];

#ifdef SOULSILVER
__asm(".word 0x1B5");
#endif

bool ConvertRSStringToDPStringInternational(const u8 *rs_str, u16 *dp_str, u32 length, u32 language)
{
bool notFullWidth;
Expand Down
7 changes: 0 additions & 7 deletions asm/HGSS/overlay_0074/22365B0/22365B0.s

This file was deleted.

0 comments on commit bafa4fc

Please sign in to comment.