mirror of
https://github.com/pret/pokeemerald.git
synced 2026-08-25 11:40:40 -05:00
Merge 8acbf9e275 into c2dcc629fd
This commit is contained in:
@@ -764,7 +764,11 @@ static void rfu_CB_pollConnectParent(u8 reqCommand, u16 reqResult)
|
||||
u16 id;
|
||||
u8 slot;
|
||||
u8 bm_slot_flag, i;
|
||||
#ifdef UBFIX
|
||||
struct RfuTgtData *target_p = NULL;
|
||||
#else
|
||||
struct RfuTgtData *target_p;
|
||||
#endif
|
||||
struct RfuTgtData target_local;
|
||||
|
||||
if (reqResult == 0)
|
||||
|
||||
Reference in New Issue
Block a user