mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-09 04:23:14 -05:00
Real-match sub_815D8F8
This commit is contained in:
parent
7918222d8c
commit
31c26e862a
|
|
@ -566,10 +566,10 @@ void sub_815D8C8(void)
|
|||
}
|
||||
}
|
||||
|
||||
void sub_815D8F8(void) // fakematching
|
||||
void sub_815D8F8(void)
|
||||
{
|
||||
u8 i;
|
||||
register u32 found_map asm("r4") = 0xFF;
|
||||
u8 found_map = 0xFF;
|
||||
for (i = 0; i < 15; i++)
|
||||
{
|
||||
if (gUnknown_8479D34[i].mapGroup == gSaveBlock1Ptr->location.mapGroup && gUnknown_8479D34[i].mapNum == gSaveBlock1Ptr->location.mapNum)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user