Skip to content
Open
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
243221e
EZTR stuff
Delcatty16 Mar 24, 2026
90c9602
Merge branch 'RecompRando:python-glue' into python-glue
Delcatty16 Mar 24, 2026
eeefe3b
Merge remote-tracking branch 'upstream/python-glue' into python-glue
Delcatty16 Mar 29, 2026
14ecdab
Merge pull request #1 from RecompRando/python-glue
Delcatty16 Mar 30, 2026
850d4e4
Merge pull request #2 from RecompRando/python-glue
Delcatty16 Apr 29, 2026
a73ae1f
whatever this is
Delcatty16 Apr 29, 2026
5a44d4f
Merge branch 'python-glue' of https://github.com/Delcatty16/MMRecompR…
Delcatty16 Apr 29, 2026
810a919
attempting to use the correct text boxes
Delcatty16 May 5, 2026
f5e027c
fix issues with items using EZTR text
ThatHypedPerson May 6, 2026
111f5a3
adjust formatting for eztr_text.c
ThatHypedPerson May 6, 2026
104890c
actually label rando item GIs for stray fairies/songs
ThatHypedPerson May 6, 2026
5852534
git is mad because of these extra spaces
ThatHypedPerson May 14, 2026
eb97c2d
update fork to match upstream
ThatHypedPerson May 14, 2026
1ec39a4
Merge remote-tracking branch 'upstream/python-glue' into python-glue
Delcatty16 May 14, 2026
490a71e
merge with upstream again
ThatHypedPerson May 15, 2026
22b33ab
Merge branch 'python-glue' of https://github.com/Delcatty16/MMRecompR…
Delcatty16 May 15, 2026
63ed91c
a bunch of stuff I don't remember, but the changelog might have some …
Delcatty16 May 28, 2026
90bffec
Tingle shop works correctly. Though long item names will make it look…
Delcatty16 May 28, 2026
f3c8eab
move shop text to EZTR + misc shop cleanup
ThatHypedPerson May 29, 2026
6bb1dd0
Rewiting of the Tingle text. Code has noticeably less Tingle than bef…
Delcatty16 May 30, 2026
d2ad8e6
Merge branch 'RecompRando:python-glue' into python-glue
Delcatty16 May 30, 2026
144bb82
Sanitized all item and player names, added Scrub text, Milk Bar text,…
Delcatty16 Jun 2, 2026
0bfefbb
merge with upstream
ThatHypedPerson Jun 2, 2026
ed86dae
remove item_text.c
ThatHypedPerson Jun 3, 2026
2803cb5
fix kotake blue potion + adjust lottery text + cleanup
ThatHypedPerson Jun 3, 2026
5233469
Merge remote-tracking branch 'upstream/python-glue' into python-glue
ThatHypedPerson Jun 3, 2026
1915b56
Added bank hint and cleaned up lottery hints more
Delcatty16 Jun 3, 2026
7c9b1d0
merge with upstream
ThatHypedPerson Jun 5, 2026
071111e
got bored, cleaned/formatted the whole file
ThatHypedPerson Jun 5, 2026
588aee2
add bomb shop goron + other misc changes
ThatHypedPerson Jun 7, 2026
f167af8
Scrubs saying what they sell, even when they won't sell to that form.
Delcatty16 Jun 7, 2026
49eb92d
Separated the songs into their own texts to give them colours not tie…
Delcatty16 Jun 7, 2026
070ef5a
oops
ThatHypedPerson Jun 8, 2026
b3ca134
oops 2
ThatHypedPerson Jun 8, 2026
bfa9646
Merge remote-tracking branch 'upstream/python-glue' into python-glue
Delcatty16 Jun 13, 2026
a6b7b89
added a bunch of junk hints to the list of junk hints
Delcatty16 Jun 17, 2026
6ee4a4e
Merge remote-tracking branch 'upstream/python-glue' into python-glue
Delcatty16 Jun 17, 2026
5549dab
Merge branch 'RecompRando:python-glue' into python-glue
Delcatty16 Jul 1, 2026
1b2466c
Fix for Stone Tower Map and Compass being empty
Delcatty16 Jul 1, 2026
93aa1f0
Updated two junk hints
Delcatty16 Jul 1, 2026
15943a7
Merge branch 'python-glue' into python-glue
ThatHypedPerson Jul 2, 2026
1ebcf31
Merge pull request #3 from RecompRando/python-glue
Delcatty16 Jul 2, 2026
54e8b33
Epona's song fix
Delcatty16 Jul 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/eztr_text.c
Original file line number Diff line number Diff line change
Expand Up @@ -3334,7 +3334,7 @@ EZTR_ON_INIT void init_text() {
EZTR_NO_VALUE,
EZTR_NO_VALUE,
false,
"You learned the " EZTR_CC_COLOR_ORANGE "Epona's Song" EZTR_CC_COLOR_DEFAULT "!" EZTR_CC_END,
"You learned " EZTR_CC_COLOR_ORANGE "Epona's Song" EZTR_CC_COLOR_DEFAULT "!" EZTR_CC_END,
NULL
);

Expand Down