diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-07-22 19:57:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-22 19:57:00 -0500 |
commit | 833f9026ff89c4bc7c9cf84b6c23d01e790e51e0 (patch) | |
tree | 595bc979ea25ffb98b9d1033f52662cab62acf4a /data/script_funcs.s | |
parent | 566392f441a66da41fc827b6d2e8cbeaf1cf4825 (diff) | |
parent | 275344c3de95471b93a6a417e2178d93688887a9 (diff) |
Merge pull request #385 from drifloony/mystery_event_script
finish decompiling mystery_event_script
Diffstat (limited to 'data/script_funcs.s')
-rw-r--r-- | data/script_funcs.s | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/data/script_funcs.s b/data/script_funcs.s deleted file mode 100644 index 23d7a76f5..000000000 --- a/data/script_funcs.s +++ /dev/null @@ -1,22 +0,0 @@ - .section script_data, "aw", %progbits - - .align 2 -gScriptFuncs:: @ 81DCAF4 - .4byte sub_81263D0 - .4byte sub_8126380 - .4byte script_status_stop_and_ret_1 - .4byte sub_81263E4 - .4byte sub_81263D4 - .4byte sub_812641C - .4byte sub_8126524 - .4byte sub_8126438 - .4byte sub_81264F0 - .4byte sub_812658C - .4byte sub_81265B0 - .4byte sub_81265DC - .4byte sub_8126608 - .4byte sub_8126714 - .4byte sub_8126754 - .4byte sub_8126778 - .4byte sub_81267C0 -gScriptFuncs_End:: |