diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-12-30 16:10:47 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-12-30 13:10:47 -0800 |
commit | 9e5c4ef564135e098d7d89c3a980e4077a03b9f8 (patch) | |
tree | a71b1ea8275520a8e0bbbc4bf98a3fd4e3c83ce2 /data | |
parent | 8df03beee0bbc77f473804af26ed56b8551400e4 (diff) |
finish decompiling script_menu.c (#142)
* begin decompiling script_menu.c
* update MultichoiceStructs to use both structs
* decompile 2 more functions
* decompile more of script_menu.c
* do a bit more of script_menu.c
* whoops
* decompile task_yes_no_maybe
* finish decompiling script_menu.c
* formatting
Diffstat (limited to 'data')
-rw-r--r-- | data/event_scripts.s | 5 | ||||
-rw-r--r-- | data/specials.inc | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s index e76663f7f..41ac10d06 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -1686,7 +1686,7 @@ gUnknown_081A0009:: @ 81A0009 end EventScript_1A0023: - message UnknownString_81A0A01 + message gPCText_WhichPCShouldBeAccessed waittext special 262 waitstate @@ -2970,8 +2970,7 @@ UnusedMixRecordsSeeYouAgainText: @ 81A09D2 UnknownString_81A09EC: @ 81A09EC .string "{PLAYER} booted up the PC.$" -gUnknown_081A0A01:: @ 81A0A01 -UnknownString_81A0A01: @ 81A0A01 +gPCText_WhichPCShouldBeAccessed:: @ 81A0A01 .string "Which PC should be accessed?$" UnknownString_81A0A1E: @ 81A0A1E diff --git a/data/specials.inc b/data/specials.inc index 5d5ed3f07..f365962db 100644 --- a/data/specials.inc +++ b/data/specials.inc @@ -262,7 +262,7 @@ gSpecials:: .4byte ShowBerryBlenderRecordWindow .4byte ResetTrickHouseEndRoomFlag .4byte SetTrickHouseEndRoomFlag - .4byte sp109_CreatePCMenu + .4byte TryCreatePCMenu .4byte AccessHallOfFamePC .4byte sub_810D6A4 .4byte CheckLeadMonCool |