Skip to content

Commit f71aaa3

Browse files
committed
Force sp to Spirit Temple
Got me good today, it wrote Forest Temple instead.
1 parent 63ee573 commit f71aaa3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tracker/input.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ func (tracker *Tracker) matchLocation(str string) string {
259259
str = "Inside Ganon's Castle"
260260
case "ogc":
261261
str = "Outside Ganon's Castle"
262+
case "sp":
263+
str = "Spirit Temple"
262264
}
263265

264266
matches := fuzzy.RankFindFold(str, tracker.locations)

0 commit comments

Comments
 (0)