mirror of
https://github.com/pret/pokestadium.git
synced 2026-08-09 19:27:21 -05:00
LEO_country_code is u32
This commit is contained in:
parent
bf9e837915
commit
d741194d15
|
|
@ -186,7 +186,7 @@ extern u16 leoLba_to_phys(u32 lba);
|
|||
extern s32 __leoActive;
|
||||
extern s32 __leoResetCalled;
|
||||
extern s32 __leoQueuesCreated;
|
||||
extern s32 LEO_country_code;
|
||||
extern u32 LEO_country_code;
|
||||
extern u32 LEOasic_bm_ctl_shadow;
|
||||
extern u32 LEOasic_seq_ctl_shadow;
|
||||
extern u8 LEOdisk_type;
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ s32 LeoCJCreateLeoManager(OSPri comPri, OSPri intPri, OSMesg *cmdBuf, s32 cmdMsg
|
|||
|
||||
dummy *= data;
|
||||
dummy -= (u32)&cmdBlockInq;
|
||||
LEO_country_code = -0x17B72CEA;
|
||||
LEO_country_code = 0xE848D316;
|
||||
} else {
|
||||
while (1) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user