mirror of
https://github.com/zeldaret/tp
synced 2026-05-24 07:11:06 -04:00
046d178003
* work on fop actor / actor mng, daalink, d_a_obj_item * d_a_title mostly decompiled * daalink / d_event / JMessage / dmsg_out_font work * msg_scrn_base / msg_scrn_boss * some work on mDo machine, d_menu_save, d_tresure, and various * remove asm * progress
9 lines
142 B
C
9 lines
142 B
C
#ifndef D_D_PATH_H
|
|
#define D_D_PATH_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
u16* dPath_GetRoomPath(int param_0, int param_1);
|
|
|
|
#endif /* D_D_PATH_H */
|