diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2022-06-29 13:19:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-29 22:19:09 +0200 |
| commit | 046d178003035ea87d3042a61917c2d482c68c74 (patch) | |
| tree | 4240e760d8d40201ca4ec96634da8abff211f6bb /include/d/d_path.h | |
| parent | cd5b02450cf278cbeb2c8bb90be1ad22518938c7 (diff) | |
work on daalink, fop actor, mDo machine, msg_scrn, + various (#201)
* 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
Diffstat (limited to 'include/d/d_path.h')
| -rw-r--r-- | include/d/d_path.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/d/d_path.h b/include/d/d_path.h index 8ecf6b83d9..3731b66a4e 100644 --- a/include/d/d_path.h +++ b/include/d/d_path.h @@ -3,4 +3,6 @@ #include "dolphin/types.h" +u16* dPath_GetRoomPath(int param_0, int param_1); + #endif /* D_D_PATH_H */ |
