-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d5f9a5
commit 7190318
Showing
27 changed files
with
704 additions
and
144 deletions.
There are no files selected for viewing
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
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,27 @@ | ||
# idx => msg_id mapping for MessageTipsRuntime, and there respective flag | ||
# source: sinitScreenMessageTipsRuntime | ||
# 0x17 is added in 1.6. It's the VR message and potentially doesn't have a flag | ||
0x00,"0000",GuideSPlus_GurdJust | ||
0x01,"0001",GuideSPlus_KaihiJust | ||
0x02,"0003",GuideS_HeadShoot | ||
0x03,"0002",GuideSPlus_Surfing | ||
0x04,"0004",GuideS_WarningGanbari | ||
0x05,"0005",GuideS_WarningCold | ||
0x06,"0006",GuideS_WarningHot | ||
0x07,"0007",GuideS_StealthAttack | ||
0x08,"0008",GuideS_WeaponDestruction | ||
0x09,"0009",GuideS_WeaponThrowAttack | ||
0x0A,"0010",GuideS_WarningBurn | ||
0x0B,"0013",GuideS_ClimbSlip | ||
0x0C,"0014",GuideS_WeaponBurning | ||
0x0D,"0015",GuideSPlus_Squat | ||
0x0E,"0017",GuideS_WorfLead | ||
0x0F,"0016",GuideS_SandSealError | ||
0x10,"0018",GuideS_Recipe | ||
0x11,"0019",GuideS_ElectricDamage | ||
0x12,"0020",GuideS_WarningColdLv2 | ||
0x13,"0021",GuideS_WarningHotLv2 | ||
0x14,"0022",GuideS_WarningBurnLv2 | ||
0x15,"0023",GuideS_RelicControl | ||
0x16,"0024",GuideS_MotocycleGasOff | ||
0x17,"0025", |
File renamed without changes.
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,4 +1,7 @@ | ||
|
||
main_memory = 0x0 - 0x3483000; | ||
botw_show_info_overlay = 0x1238680 - 0x3483000; /* 0x1238680 (0000007100A95924) in 1.5.0 */ | ||
botw_get_message_string = 0x123DEA0 - 0x3483000; | ||
ksys_ui_showInfoOverlayWithString = 0x1238680 - 0x3483000; | ||
ScreenMessageTipsRuntime_doShowMessageTip = 0x0119C750 - 0x3483000; | ||
ksys_ui_screen_mgr_instance = 0x2CC2490 - 0x3483000; | ||
/* botw_get_message_string = 0x123DEA0 - 0x3483000; */ | ||
ksys_ui_runtime_tips = 0x02CBA3B0 - 0x3483000; |
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
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
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
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
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
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
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
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.