-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix savewarp * add fix for plentiful * Fix typo * Added support for damage multiplier in seed data. - Update libtp dependency. * Update trap items to consider damage multiplier on initial damage. * Add parenthesis for clarity * Add ammo to verifyItemFunctions - If the player does not have the item that can use the ammo being obtained, it changes to a blue rupee so that the check doesn't completely go to waste * Add a fix for ooccoo sotflock * Fix skybook and minor typos * Added functionality for lantern meter to match light color. - Also re-ran clang on main.cpp to appropriately format the file. - Update libtp * Update supported minor version * Fix not properly detecting incompatible seeds * Use makefile variables for major and minor versions * Added code to support Bonks doing damage. * Fix golden wolves not displaying the correct progressive item * Add code optimizations per Zeph's request.
- Loading branch information
1 parent
f5f9082
commit 802510d
Showing
19 changed files
with
334 additions
and
54 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
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
Submodule libtp_rel
updated
6 files
+25 −0 | include/tp/GXStruct.h | |
+46 −0 | include/tp/TColor.h | |
+44 −5 | include/tp/d_a_alink.h | |
+5 −0 | include/tp/d_item.h | |
+11 −0 | include/tp/d_meter2_draw.h | |
+20 −5 | include/tp/d_pane_class.h |
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.