]> git.localhorst.tv Git - alttp.git/commitdiff
more tfl aliases
authorDaniel Karbach <holy@localhorst.tv>
Tue, 2 Dec 2025 09:38:14 +0000 (10:38 +0100)
committerDaniel Karbach <holy@localhorst.tv>
Tue, 2 Dec 2025 09:38:14 +0000 (10:38 +0100)
app/Console/Commands/SyncTFL.php

index 854599cb60002936f98504342a98b8a5bc92ff18..f4d9490c66d8f5c498d4f62c71d60aa5f66c3a5a 100644 (file)
@@ -185,8 +185,11 @@ class SyncTFL extends Command {
 
        private $codename_table = [
                'bumble' => 'bumblebee86x',
+               'gnrb' => '.gnrb',
+               'hideonbush' => 'hideonbush09',
                'link-q' => 'linkq87',
                'nezil' => 'nezil_',
+               'speeka' => 'daspeeka',
        ];
 
 }