mirror of
https://github.com/YohannDR/mzm.git
synced 2025-02-21 14:00:31 +00:00
Match unk_8980c
This commit is contained in:
parent
d5872dd830
commit
03f7b91964
@ -2,7 +2,7 @@
|
||||
|
||||
This is a work in progress decompilation of Metroid - Zero Mission.
|
||||
|
||||
2485/2721 functions decompiled (91.33%, 236 left)
|
||||
2486/2721 functions decompiled (91.36%, 235 left)
|
||||
Progress can be seen here : https://docs.google.com/spreadsheets/d/1X8XarD5evY8ZI7r_GQqh1pYmdVMbBcINYfRBUlogmKY/edit#gid=0
|
||||
|
||||
**This decomp is not shiftable, don't use it as a base to work on anything**
|
||||
|
@ -523,18 +523,22 @@ void unk_897d0(void)
|
||||
CableLinkCheckCurrentMemoryRegion(0x258);
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 8980c | ac | To document
|
||||
*
|
||||
* @param data To document
|
||||
* @param pData To document
|
||||
* @return u32 To document
|
||||
*/
|
||||
u32 unk_8980c(u32 data, const u32* pData)
|
||||
{
|
||||
// https://decomp.me/scratch/8jJet
|
||||
|
||||
u32 result;
|
||||
u32 buffer;
|
||||
i32 i;
|
||||
|
||||
CableLinkBackupIoRegs();
|
||||
|
||||
for (i = 0; i < 3;)
|
||||
//for (;;)
|
||||
while (TRUE)
|
||||
{
|
||||
gUnk_30058a8 = unk_899c8(1, data, pData, 0);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user