| 150 | $gamesAGI = array( |
| 151 | |
| 152 | 'The Black Cauldron' => array('bc','95'), |
| 153 | 'Gold Rush!' => array('goldrush','95'), |
| 154 | 'King\'s Quest I' => array('kq1','95'), |
| 155 | 'King\'s Quest II' => array('kq2','95'), |
| 156 | 'King\'s Quest III' => array('kq3','95'), |
| 157 | 'King\'s Quest IV' => array('kq4','95'), |
| 158 | 'Leisure Suit Larry in the Land of the Lounge Lizards' => array('lsl1','95'), |
| 159 | 'Mixed-Up Mother Goose' => array('mixedup', '95'), |
| 160 | 'Manhunter 1: New York' => array('mh1', '95'), |
| 161 | 'Manhunter 2: San Francisco' => array('mh2', '95'), |
| 162 | 'Police Quest I: In Pursuit of the Death Angel' => array('pq1', '95'), |
| 163 | 'Space Quest I: The Sarien Encounter' => array('sq1', '95'), |
| 164 | 'Space Quest II: Vohaul's Revenge' => array('sq2', '95'), |
| 165 | ); |
| 166 | |
| 385 | "bc" => "Game is completable". |
| 386 | "goldrush" => "Game is completable". |
| 387 | "kq1" => "Game is completable". |
| 388 | "kq2" => "Game is completable". |
| 389 | "kq3" => "Game is completable". |
| 390 | "kq4" => "Game is completable". |
| 391 | "lsl1" => "Game is completable". |
| 392 | "mixedup" => "Game is completable". |
| 393 | "mh1" => "Game is completable". |
| 394 | "mh2" => "Game is completable". |
| 395 | "pq1" => "Game is completable". |
| 396 | "sq1" => "Game is completable". |
| 397 | "sq2" => "Game is completable". |