diff options
author | YamaArashi <shadow962@live.com> | 2017-01-08 00:05:04 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-08 00:22:21 -0800 |
commit | 11f95794b99b5560f53c400ee5f7f3f231e8e3ad (patch) | |
tree | 9c7dd5e3d19951e287607b97953746bfe70172ae /include/asm.inc.h | |
parent | 529ce9f9ff45594c72eee7b9196160b71ee1c725 (diff) |
decompile porthole code
Diffstat (limited to 'include/asm.inc.h')
-rw-r--r-- | include/asm.inc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm.inc.h b/include/asm.inc.h index 3e7c5fa99..c415cd825 100644 --- a/include/asm.inc.h +++ b/include/asm.inc.h @@ -193,6 +193,7 @@ void sp13E_warp_to_last_warp(void); void sub_8080EF0(void); void sp13F_fall_to_last_warp(void); void sub_8080F68(void); +void sub_8080F9C(void); void sub_8081594(u8); void sub_80815E0(u8 val); @@ -419,6 +420,8 @@ s16 sub_810CAE4(u8, struct Pokeblock *); void sub_810CC80(void); u8 sub_810D32C(void); void ResetCyclingRoadChallengeData(void); +bool32 sub_810D9B0(u16); +u8 sub_810D9EC(s8 *, s8 *, s16 *, s16 *); void ScriptAddElevatorMenuItem(u8, u8, u8, u8); void ScriptShowElevatorMenu(void); u8 GetLeadMonIndex(void); |