mirror of
https://github.com/pret/pmd-red.git
synced 2026-06-08 01:00:36 -05:00
17 lines
343 B
C
17 lines
343 B
C
#include "global.h"
|
|
#include "text1.h"
|
|
|
|
extern void sub_8272774(struct UnkTextStruct1 *r0, u32 r1);
|
|
extern void sub_8272884(struct UnkTextStruct1 *r0, u32 r1);
|
|
|
|
void sub_8272760(u32 r0)
|
|
{
|
|
sub_8272774(gUnknown_2027370, r0);
|
|
}
|
|
|
|
// TODO once sub_8272774 is decomped
|
|
//void sub_8272870(u32 r0)
|
|
//{
|
|
// sub_8272884(gUnknown_2027370, r0);
|
|
//}
|