diff options
author | Fontbane <fontbane@gmail.com> | 2019-03-21 22:10:56 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-03-23 09:57:37 -0500 |
commit | 7d54c2b9600060c2b0cc37bac7fbdcdad6ee3178 (patch) | |
tree | f8fa656229f2268821ac733a73f2e5d5d1d53b59 /include/event_scripts.h | |
parent | cbdecf2f8de14a6c5526678011f4fc5088f1c6a6 (diff) |
EventScript and Text Documentation
In event_script.s. Also renamed a couple events for consistency/detail.
Diffstat (limited to 'include/event_scripts.h')
-rw-r--r-- | include/event_scripts.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h index e3ec8afb4..bf7084326 100644 --- a/include/event_scripts.h +++ b/include/event_scripts.h @@ -544,9 +544,9 @@ extern const u8 EventScript_RegionMap[]; extern const u8 EventScript_RunningShoesManual[]; extern const u8 EventScript_PictureBookShelf[]; extern const u8 EventScript_BookShelf[]; -extern const u8 EventScript_PokemonCenterBookshelf[]; +extern const u8 EventScript_PokemonCenterBookShelf[]; extern const u8 EventScript_Vase[]; -extern const u8 EventScript_TrashCan[]; +extern const u8 EventScript_EmptyTrashCan[]; extern const u8 EventScript_ShopShelf[]; extern const u8 EventScript_Blueprint[]; extern const u8 EventScript_WirelessBoxResults[]; |