mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
Merge pull request #1134 from GriffinRichards/fix-warn
Fix backslash+newline warning
This commit is contained in:
commit
1c74977915
@ -475,7 +475,7 @@ u8 GetLastTextColor(u8 colorType)
|
|||||||
\
|
\
|
||||||
for (; i < toY; i++) \
|
for (; i < toY; i++) \
|
||||||
{ \
|
{ \
|
||||||
asm("":::"sl"); \
|
asm("":::"sl"); \
|
||||||
r5 = *(ptr++); \
|
r5 = *(ptr++); \
|
||||||
for (j = fromX; j < toX; j++) \
|
for (j = fromX; j < toX; j++) \
|
||||||
{ \
|
{ \
|
||||||
|
Loading…
Reference in New Issue
Block a user