diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-08-09 22:51:15 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-08-09 22:51:15 +0200 |
| commit | b807ee7ca59c13bbc698595da5e56eb6dd6daa2f (patch) | |
| tree | fac7fe6970f8c341aaae4d3b6224e8469210c38e /Levels | |
| parent | 8700a329d07bae49228f10b50999a161a235d140 (diff) | |
* Added some comments on Game.c.
* Some performance optimizations on Game.c (removed unneeded "for" loops).
* Timer 2 is now handler (ISR still not working).
* SYSTEM.CNF: EVENT parameter increased to 7.
Diffstat (limited to 'Levels')
| -rw-r--r-- | Levels/LEVEL1.PLT | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/Levels/LEVEL1.PLT b/Levels/LEVEL1.PLT index ef29b6e..51f4ca5 100644 --- a/Levels/LEVEL1.PLT +++ b/Levels/LEVEL1.PLT @@ -11,9 +11,19 @@ ARRIVAL;PHX2015;100;00:10;0;360 ARRIVAL;PHX2016;100;00:40;0;360 ARRIVAL;PHX2017;100;00:50;0;360 ARRIVAL;PHX2018;100;01:40;0;360 -ARRIVAL;PHX2018;100;01:20;0;360 -ARRIVAL;PHX2018;100;02:00;0;360 +ARRIVAL;PHX2019;100;01:20;0;360 +ARRIVAL;PHX2020;100;02:00;0;360 +ARRIVAL;PHX2021;100;00:05;0;360 +ARRIVAL;PHX2022;100;00:15;0;360 +ARRIVAL;PHX2023;100;00:45;0;360 +ARRIVAL;PHX2024;100;01:45;0;360 +ARRIVAL;PHX2025;100;01:20;0;360 +ARRIVAL;PHX2026;100;01:10;0;360 DEPARTURE;PHX1000;100;00:05;19;180 +DEPARTURE;PHX1001;100;00:15;19;180 +DEPARTURE;PHX1002;100;00:30;19;180 +DEPARTURE;PHX1003;100;00:45;19;180 +DEPARTURE;PHX1004;100;01:10;19;180 DEPARTURE;PHX1280;100;01:30;19;180 DEPARTURE;PHX1332;100;00:50;21;180 DEPARTURE;PHX1333;100;01:00;19;180 |
