diff options
author | scnorton <scnorton@biociphers.org> | 2019-01-06 14:52:00 -0500 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2019-01-06 14:52:00 -0500 |
commit | 607d6e13d4378ea6530f03d2c290ddd30506aa14 (patch) | |
tree | b7911b74a03e6967d64910700fcd5d7ae4936557 /include/script.h | |
parent | bc977437599e7dd024ed3b4981379807066a0867 (diff) |
ScrCmd_waitbuttonpress
Diffstat (limited to 'include/script.h')
-rw-r--r-- | include/script.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/script.h b/include/script.h index acd88adf3..88e729526 100644 --- a/include/script.h +++ b/include/script.h @@ -65,6 +65,11 @@ void sub_80992A0(u8 *script, u16 scriptSize); bool32 sub_8069DFC(void); void sub_8069EA4(u8 * script, u16 scriptSize); u8 * sub_8069E48(void); +void sub_8069998(u8 var); +void sub_80699F8(void); +void sub_8069964(void); +void sub_80699A4(void); +void sub_8069970(void); extern const u8 *gRAMScriptPtr; |