Port m402Dll and m404Dll to PAL and finish m458Dll (#509)

* Ported m404Dll to PAL and misc changes

* Port m402Dll to PAL

* Cleaned up some ternaries in m458Dll

* Finish m458Dll with the help of Shigure
This commit is contained in:
dbalatoni13 2025-01-05 22:31:32 +01:00 committed by GitHub
parent b347ee8bd0
commit 05a2e87763
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 604 additions and 664 deletions

View file

@ -27,6 +27,8 @@ typedef struct datalist_sprite {
GXColor color;
} DataListSprite;
// void fn_1_1EC0(s16 view);
s32 fn_1_2490(void);
s32 fn_1_37DC(void);
@ -42,4 +44,4 @@ extern s16 lbl_1_data_100;
extern DataListModel lbl_1_data_428[];
extern DataListSprite lbl_1_data_93C[];
#endif
#endif