mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-11 22:45:18 -05:00
oops
This commit is contained in:
parent
9ad143bf24
commit
bb84e66e82
|
|
@ -4243,7 +4243,7 @@ u8 *GetMapName(u8 *dst0, u16 mapsec, u16 fill)
|
|||
{
|
||||
u8 *dst;
|
||||
u16 i;
|
||||
u16 idx;;
|
||||
u16 idx;
|
||||
if ((idx = mapsec - MAPSECS_KANTO) <= MAPSEC_SPECIAL_AREA - MAPSECS_KANTO)
|
||||
{
|
||||
if (IsCeladonDeptStoreMapsec(mapsec) == TRUE)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user