Skip to content

Commit 5874a08

Browse files
committed
Merge 'Shorten GTG name in FW text' (#2564)
2 parents 6aeb13a + 8cac872 commit 5874a08

5 files changed

Lines changed: 22 additions & 27 deletions

File tree

ASM/build/bundle.o

0 Bytes
Binary file not shown.

ASM/c/dungeon_info.c

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
int dungeon_count = 13;
1212

1313
dungeon_entry_t dungeons[] = {
14-
{ 0, 0, 0, 0, 1, 0x0F, "Deku", "Deku Tree", {-1, -1, -1, -1}, {-1, -1, -1, -1} },
15-
{ 1, 0, 0, 0, 1, 0x1F, "Dodongo", "Dodongo's Cavern", {-1, -1, -1, -1}, { 0, -1, -1, -1} },
16-
{ 2, 0, 0, 0, 1, 0x0F, "Jabu", "Jabu Jabu's Belly", {-1, -1, -1, -1}, {-1, -1, -1, -1} },
17-
18-
{ 3, 1, 1, 0, 1, 0x1F, "Forest", "Forest Temple", {-1, -1, -1, -1}, {-1, -1, -1, -1} },
19-
{ 4, 1, 1, 0, 1, 0x1F, "Fire", "Fire Temple", {-1, -1, -1, -1}, {-1, -1, -1, -1} },
20-
{ 5, 1, 1, 0, 1, 0x1F, "Water", "Water Temple", {-1, -1, -1, -1}, {-1, -1, -1, -1} },
21-
{ 7, 1, 1, 0, 1, 0x1F, "Shadow", "Shadow Temple", { 4, 6, 7, -1}, { 4, 5, 6, 7} },
22-
{ 6, 1, 1, 0, 1, 0x1F, "Spirit", "Spirit Temple", {11, 14, 12, -1}, {13, 15, -1, -1} },
23-
24-
{ 8, 1, 0, 0, 1, 0x07, "BotW", "Bottom of the Well", { 3, -1, -1, -1}, {-1, -1, -1, -1} },
25-
{ 9, 0, 0, 0, 1, 0x07, "Ice", "Ice Cavern", { 1, 2, -1, -1}, {-1, -1, -1, -1} },
26-
{ 12, 1, 0, 1, 0, 0x00, "Hideout", "Thieves' Hideout", {-1, -1, -1, -1}, {-1, -1, -1, -1} },
27-
{ 11, 1, 0, 0, 0, 0x00, "GTG", "Gerudo Training Ground", { 8, 9, 10, -1}, { 8, 9, 10, -1} },
28-
{ 10, 0, 0, 0, 0, 0x00, "Tower", "Ganon's Tower", {-1, -1, -1, -1}, {-1, -1, -1, -1} },
29-
{ 13, 1, 1, 0, 0, 0x00, "Ganon", "Ganon's Castle", {16, 17, 18, 21}, {18, 19, 20, -1} },
30-
{ 16, 1, 0, 0, 0, 0x00, "Chest Game", "Treasure Box Shop", {-1, -1, -1, -1}, {-1, -1, -1, -1} },
14+
{ 0, 0, 0, 0, 1, 0x0F, "Deku", "Deku Tree", {-1, -1, -1, -1}, {-1, -1, -1, -1} },
15+
{ 1, 0, 0, 0, 1, 0x1F, "Dodongo", "Dodongo's Cavern", {-1, -1, -1, -1}, { 0, -1, -1, -1} },
16+
{ 2, 0, 0, 0, 1, 0x0F, "Jabu", "Jabu Jabu's Belly", {-1, -1, -1, -1}, {-1, -1, -1, -1} },
17+
18+
{ 3, 1, 1, 0, 1, 0x1F, "Forest", "Forest Temple", {-1, -1, -1, -1}, {-1, -1, -1, -1} },
19+
{ 4, 1, 1, 0, 1, 0x1F, "Fire", "Fire Temple", {-1, -1, -1, -1}, {-1, -1, -1, -1} },
20+
{ 5, 1, 1, 0, 1, 0x1F, "Water", "Water Temple", {-1, -1, -1, -1}, {-1, -1, -1, -1} },
21+
{ 7, 1, 1, 0, 1, 0x1F, "Shadow", "Shadow Temple", { 4, 6, 7, -1}, { 4, 5, 6, 7} },
22+
{ 6, 1, 1, 0, 1, 0x1F, "Spirit", "Spirit Temple", {11, 14, 12, -1}, {13, 15, -1, -1} },
23+
24+
{ 8, 1, 0, 0, 1, 0x07, "BotW", "Bottom of the Well", { 3, -1, -1, -1}, {-1, -1, -1, -1} },
25+
{ 9, 0, 0, 0, 1, 0x07, "Ice", "Ice Cavern", { 1, 2, -1, -1}, {-1, -1, -1, -1} },
26+
{ 12, 1, 0, 1, 0, 0x00, "Hideout", "Thieves' Hideout", {-1, -1, -1, -1}, {-1, -1, -1, -1} },
27+
{ 11, 1, 0, 0, 0, 0x00, "GTG", "GTG", { 8, 9, 10, -1}, { 8, 9, 10, -1} },
28+
{ 10, 0, 0, 0, 0, 0x00, "Tower", "Ganon's Tower", {-1, -1, -1, -1}, {-1, -1, -1, -1} },
29+
{ 13, 1, 1, 0, 0, 0x00, "Ganon", "Ganon's Castle", {16, 17, 18, 21}, {18, 19, 20, -1} },
30+
{ 16, 1, 0, 0, 0, 0x00, "Chest Game", "Treasure Box Shop", {-1, -1, -1, -1}, {-1, -1, -1, -1} },
3131
};
3232

3333
boss_entry_t bosses[] = {

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
* The Farore's Wind text box now distinguishes between Ganon's Castle and Ganon's Tower.
88
* New `Water Hop` trick and `BotW Cucco Dive` glitch added to advanced logic.
99
* Improve Debug menu with new options.
10-
* Refill items sold as special deals are now less likely to cost more than the "market price" of a repeatable purchase.
11-
* The heart chest texture has been tweaked to display heart icons on the lid rather than triangles.
1210

1311
## Bug fixes
1412
* Fix a potential softlock when talking to Pierre (the upper scarecrow) as child in Lake Hylia.
@@ -23,14 +21,15 @@
2321
* Added some missing or incorrectly named locations in advanced logic.
2422
* Various minor fixes for advanced logic.
2523
* Fix for advanced logic tricks being cached when switching to glitchless logic.
26-
* Fix for failure to generate when special deal prices are set to vanilla.
2724
* Fix for misc hints when the hinted item was randomly selected as a starting item.
2825

2926
## Other Changes
3027
* It is no longer required to have either the goron tunic or the Fewer Tunic Requirements trick for adult to go from the Bolero warp pad to the Fire temple in logic.
3128
* Further shortening of version number in file select screen.
3229
* Areas which have all locations hinted will not be selected for important checks hints.
3330
* Successfully entering a password will now take you back to the file select screen.
31+
* Refill items sold as special deals are now less likely to cost more than the "market price" of a repeatable purchase.
32+
* The heart chest texture has been tweaked to display heart icons on the lid rather than triangles.
3433

3534
# 9.0
3635

data/generated/rom_patch.txt

Lines changed: 2 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '9.0.38'
1+
__version__ = '9.0.39'
22

33
# This is a supplemental version number for branches based off of main dev.
44
supplementary_version = 0

0 commit comments

Comments
 (0)