mirror of
https://github.com/pret/pokestadium.git
synced 2026-09-08 11:25:45 -05:00
LeoCJCreateLeoManager decomp
This commit is contained in:
@@ -32,8 +32,8 @@ typedef u8 LEOStatus;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
u8 drive; /* version of hw */
|
||||
u8 driver; /* version of sw */
|
||||
u8 driver; /* version of hw */
|
||||
u8 drive; /* version of sw */
|
||||
u8 deviceType; /* dev type, always 00 */
|
||||
u8 ndevices; /* # of devices, always 01 */
|
||||
} LEOVersion;
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wpointer-to-int-cast"
|
||||
|
||||
#ifdef NON_MATCHING
|
||||
// https://decomp.me/scratch/OYMx2
|
||||
s32 LeoCJCreateLeoManager(OSPri comPri, OSPri intPri, OSMesg *cmdBuf, s32 cmdMsgCnt) {
|
||||
OSPiHandle* driveRomHandle;
|
||||
OSPiHandle* leoDiskHandle;
|
||||
@@ -81,6 +79,3 @@ s32 LeoCJCreateLeoManager(OSPri comPri, OSPri intPri, OSMesg *cmdBuf, s32 cmdMsg
|
||||
|
||||
return LEO_ERROR_GOOD;
|
||||
}
|
||||
#else
|
||||
#pragma GLOBAL_ASM("asm/nonmatchings/libleo/cjcreateleomanager/LeoCJCreateLeoManager.s")
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user