junglejourney
changeset 200:2e43c7e90f42
Made some visual fixes.
| author | David Boddie <david@boddie.org.uk> |
|---|---|
| date | Sun Oct 02 21:04:54 2011 +0200 |
| parents | aa9f05624182 |
| children | 72baa6318192 |
| files | images/overlay.xpm loader.oph mapcode.oph |
| diffstat | 3 files changed, 13 insertions(+), 13 deletions(-) [+] |
line diff
1.1 --- a/images/overlay.xpm Sun Oct 02 19:45:54 2011 +0200 1.2 +++ b/images/overlay.xpm Sun Oct 02 21:04:54 2011 +0200 1.3 @@ -69,11 +69,11 @@ 1.4 "..............................++.......++...++..++........++....++....++..++...++..++...++..++..................................", 1.5 "..............................++++++...++...++..+++++.....++....++....++..++...++..++..+++..+++++...............................", 1.6 "...............................++++++..++...++..+++++.....++....++.++.++..+++++++..++++++...+++++...............................", 1.7 -"........................+++........++..++...++..++........++....++.++.++..+++++++..++++.....++......++...+..+.+.................", 1.8 -".......................++..+.......++..++...++..++........++....++++++++..++...++..+++++....++........+.+.+.+.+.................", 1.9 -".......................+..++..++...++..++...++..++........++....++++++++..++...++..++.+++...++.......+..+.+.+.+.................", 1.10 -".......................++..+..+++++++..+++++++..++........++....+++..+++..++...++..++..+++..++++++..+...+.+.+.+.................", 1.11 -"........................+++....+++++....+++++...++........++....+++..+++..++...++..++...++..++++++..+++..+..+.+.................", 1.12 +"...................................++..++...++..++........++....++.++.++..+++++++..++++.....++..................................", 1.13 +"...................................++..++...++..++........++....++++++++..++...++..+++++....++..................................", 1.14 +"..............................++...++..++...++..++........++....++++++++..++...++..++.+++...++..................................", 1.15 +"..............................+++++++..+++++++..++........++....+++..+++..++...++..++..+++..++++++..............................", 1.16 +"...............................+++++....+++++...++........++....+++..+++..++...++..++...++..++++++..............................", 1.17 "................................................................................................................................", 1.18 "................................................................................................................................", 1.19 "................................................................................................................................", 1.20 @@ -81,11 +81,11 @@ 1.21 "................................................................................................................................", 1.22 "................................................................................................................................", 1.23 "................................................................................................................................", 1.24 -"................................................................................................................................", 1.25 -"................................................................................................................................", 1.26 -"................................................................................................................................", 1.27 -"................................................................................................................................", 1.28 -"................................................................................................................................", 1.29 +"..................................................+++....++...+..+.+...+++..+++.................................................", 1.30 +".................................................++..+.....+.+.+.+.+...+..+.+..+................................................", 1.31 +".................................................+..++....+..+.+.+.+...+..+.+++.................................................", 1.32 +".................................................++..+...+...+.+.+.+...+..+.+..+................................................", 1.33 +"..................................................+++....+++..+..+.+...+++..+++.................................................", 1.34 "................................................................................................................................", 1.35 "................................................................................................................................", 1.36 "................................................................................................................................",
2.1 --- a/loader.oph Sun Oct 02 19:45:54 2011 +0200 2.2 +++ b/loader.oph Sun Oct 02 21:04:54 2011 +0200 2.3 @@ -117,8 +117,8 @@ 2.4 code_block: .byte <code_file_name, >code_file_name 2.5 .byte $00, $1e, 0, 0 2.6 .byte $00, $1e, 0, 0 2.7 - .byte $32, $20, 0, 0 2.8 - .byte $32, $3e, 0, 0 2.9 + .byte $30, $20, 0, 0 2.10 + .byte $30, $3e, 0, 0 2.11 2.12 init_load_window_vdu_bytes: .byte 28,0,30,19,27 2.13
3.1 --- a/mapcode.oph Sun Oct 02 19:45:54 2011 +0200 3.2 +++ b/mapcode.oph Sun Oct 02 21:04:54 2011 +0200 3.3 @@ -4415,7 +4415,7 @@ 3.4 high_score_default_name2: .byte " SOFTWARE" 3.5 3.6 title_vdu_bytes: .byte 17,2, 31,7,28, "to play" 3.7 -input_message: .byte 17,2, 31,1,27, "Press SPACE / FIRE" 3.8 +input_message: .byte 17,2, 31,2,27, "Press SPACE/FIRE" 3.9 title_vdu_bytes1: .byte 17,3, 31,1,30, "Copyright (c) 2011" 3.10 title_vdu_bytes2: .byte 17,3, 31,1,30, " David Boddie " 3.11 title_vdu_bytes3: .byte 17,1, 31,1,30, "for Retro Software"
