From: Daniel Karbach Date: Tue, 2 Dec 2025 09:38:14 +0000 (+0100) Subject: more tfl aliases X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=a6cdfede20aaeeb1de36cc650abf98ece99ac583;p=alttp.git more tfl aliases --- diff --git a/app/Console/Commands/SyncTFL.php b/app/Console/Commands/SyncTFL.php index 854599c..f4d9490 100644 --- a/app/Console/Commands/SyncTFL.php +++ b/app/Console/Commands/SyncTFL.php @@ -185,8 +185,11 @@ class SyncTFL extends Command { private $codename_table = [ 'bumble' => 'bumblebee86x', + 'gnrb' => '.gnrb', + 'hideonbush' => 'hideonbush09', 'link-q' => 'linkq87', 'nezil' => 'nezil_', + 'speeka' => 'daspeeka', ]; }