mirror of https://github.com/pret/pokeemerald.git
formatting
This commit is contained in:
parent
af822ef2a7
commit
3c6e4dba69
|
@ -575,7 +575,7 @@ u8 *StringCopyN_Multibyte(u8 *dest, u8 *src, u32 n)
|
|||
{
|
||||
*dest++ = *src++;
|
||||
if (*(src - 1) == 0xF9)
|
||||
*dest++ = *src++;
|
||||
*dest++ = *src++;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue