-
Notifications
You must be signed in to change notification settings - Fork 593
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BotW] Add 9999 Map Stamps Limit cheat (#564)
Thanks Waikuteru and Kirbymimi!
- Loading branch information
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
src/BreathOfTheWild/Cheats/9999StampsLimit/patch_9999StampsLimit.asm
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,3 @@ | ||
[9999StampsLimit] | ||
moduleMatches = 0x6267BFD0 | ||
0x2E9F2C0 = li r0, 0x0270f |
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,6 @@ | ||
[Definition] | ||
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500 | ||
name = 9999 Map Stamps Limit | ||
path = "The Legend of Zelda: Breath of the Wild/Cheats/9999 Map Stamps Limit" | ||
description = "Allows you to place 9999 stamps on the map instead of the default 100.||Original cheat by Kirbymimi. Adjusted by Waikuteru." | ||
version = 7 |