mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-27 22:03:53 +01:00
Fix newline warning
This commit is contained in:
parent
b3c4cd8a32
commit
fa4d31ba96
@ -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…
x
Reference in New Issue
Block a user