mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-09-10 02:36:00 -05:00
Minor param change
Switching branches so need to push this
This commit is contained in:
@@ -919,13 +919,13 @@ void CommPlayer_RecvLocationAndInit (int netId, int size, void * src, void * unu
|
||||
CommPlayer_Add(netJd);
|
||||
}
|
||||
|
||||
static void sub_02058644 (int param0)
|
||||
static void sub_02058644 (int netId)
|
||||
{
|
||||
UndergroundData * underground = sub_020298B0(FieldSystem_SaveData(sCommPlayerManager->fieldSystem));
|
||||
SaveData_SecretBaseRecord(FieldSystem_SaveData(sCommPlayerManager->fieldSystem));
|
||||
|
||||
if (sCommPlayerManager->isUnderground) {
|
||||
if (param0 == CommSys_CurNetId()) {
|
||||
if (netId == CommSys_CurNetId()) {
|
||||
sub_0202929C(underground);
|
||||
|
||||
if (sub_020292B4(underground) == 50) {
|
||||
|
||||
Reference in New Issue
Block a user