-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from AnonymousRandomPerson/main
Integrate decomped functions from igidrau and Seti
- Loading branch information
Showing
38 changed files
with
80,300 additions
and
72,689 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
36 changes: 15 additions & 21 deletions
36
asm/include/overlay_15.inc → asm/include/overlay_15_0238A234.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,40 @@ | ||
#pragma once | ||
.public AddMoneyCarried | ||
.public AddMoneyStored | ||
.public BANK_MAIN_MENU_ITEMS | ||
.public BANK_WINDOW_PARAMS_2 | ||
.public BANK_WINDOW_PARAMS_3 | ||
.public BANK_WINDOW_PARAMS_4 | ||
.public CloseAdvancedTextBox | ||
.public CloseDialogueBox | ||
.public ClosePortraitBox | ||
.public CloseSimpleMenu | ||
.public CloseTextBox | ||
.public CreateAdvancedTextBox | ||
.public CreateDialogueBox | ||
.public CreatePortraitBox | ||
.public CreateSimpleMenuFromStringIds | ||
.public CreateTextBox | ||
.public Debug_Print0 | ||
.public DrawTextInWindow | ||
.public GetMoneyCarried | ||
.public GetMoneyStored | ||
.public GetSimpleMenuResult | ||
.public HidePortraitBox | ||
.public InitPortraitParamsWithMonsterId | ||
.public InitPreprocessorArgs | ||
.public IsDialogueBoxActive | ||
.public MemAlloc | ||
.public MemFree | ||
.public ov11_022E6E68 | ||
.public OVERLAY15_UNKNOWN_POINTER__NA_238B180 | ||
.public PlaySeVolumeWrapper | ||
.public PreprocessStringFromId | ||
.public SetAdvancedTextBoxField0x1C2 | ||
.public SetAdvancedTextBoxField0x1C4 | ||
.public SetAdvancedTextBoxState5 | ||
.public SetPortraitEmotion | ||
.public SetPortraitLayout | ||
.public ShowDialogueBox | ||
.public ShowPortraitInPortraitBox | ||
.public ShowStringIdInDialogueBox | ||
.public ov15_0238AD78 | ||
.public ov15_0238ADC4 | ||
.public ov15_0238AE6C | ||
.public ov15_0238B0CC | ||
.public ov15_0238B0D4 | ||
.public ov15_0238B0E0 | ||
.public ov15_0238B0E8 | ||
.public ov15_0238B0F4 | ||
.public ov15_0238B10C | ||
.public ov15_0238B114 | ||
.public sub_02017C80 | ||
.public sub_02026268 | ||
.public sub_02027B1C | ||
.public sub_0202836C | ||
.public sub_020288DC | ||
.public sub_0202F2C4 | ||
.public sub_0202F954 | ||
.public sub_020395CC | ||
.public sub_020396E4 | ||
.public sub_02039B0C | ||
.public UpdateWindow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#pragma once | ||
.public DrawTextInWindow | ||
.public GetMoneyCarried | ||
.public GetMoneyStored | ||
.public PreprocessStringFromId | ||
.public UpdateWindow | ||
.public sub_02027B1C |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#pragma once | ||
.public CloseDialogueBox | ||
.public ClosePortraitBox | ||
.public Debug_Print0 | ||
.public HidePortraitBox | ||
.public IsDialogueBoxActive | ||
.public MemFree | ||
.public OVERLAY15_UNKNOWN_POINTER__NA_238B180 | ||
.public ov11_022E6E68 | ||
.public ov15_0238A234 | ||
.public ov15_0238B11C | ||
.public ov15_0238B12C | ||
.public ov15_0238B13C | ||
.public ov15_0238B150 | ||
.public sub_0202836C | ||
.public sub_0202F2C4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.