mirror of
https://github.com/zeldaret/tp
synced 2026-06-01 17:58:04 -04:00
589cc12296
* wip * bunch of MSL_C files thanks to pikmin2 decomp for their work * format / asm * progress * fix * fix remove-asm to work with C files * init / start
33 lines
532 B
C
33 lines
532 B
C
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: MSL_Common/Src/scanf
|
|
//
|
|
|
|
#include "MSL_C/MSL_Common/Src/scanf.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
void __StringRead();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 8036878C-8036881C 3630CC 0090+00 0/0 2/2 0/0 .text __StringRead */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void __StringRead() {
|
|
nofralloc
|
|
#include "asm/MSL_C/MSL_Common/Src/scanf/__StringRead.s"
|
|
}
|
|
#pragma pop
|