junglejourney
changeset 137:7b695a054073
Updated the loader with the current size of the CODE file.
| author | David Boddie <david@boddie.org.uk> |
|---|---|
| date | Sat Sep 10 23:42:04 2011 +0200 |
| parents | 8e976229a16f |
| children | ac6302309cef |
| files | TODO.txt loader.oph |
| diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/TODO.txt Sat Sep 10 23:41:25 2011 +0200 1.2 +++ b/TODO.txt Sat Sep 10 23:42:04 2011 +0200 1.3 @@ -2,6 +2,7 @@ 1.4 1.5 Improve the fire, explosion and player sprites. 1.6 Add sounds. 1.7 +Add pause/resume and sound on/off support. 1.8 Nice to have: analogue joystick support. 1.9 Nice to have: make one of the enemies have different movement. 1.10 Nice to have: make the boomerang turn before hitting a wall.
2.1 --- a/loader.oph Sat Sep 10 23:41:25 2011 +0200 2.2 +++ b/loader.oph Sat Sep 10 23:42:04 2011 +0200 2.3 @@ -94,8 +94,8 @@ 2.4 code_block: .byte <code_file_name, >code_file_name 2.5 .byte $00, $1f, 0, 0 2.6 .byte $00, $1f, 0, 0 2.7 - .byte $ea, $1e, 0, 0 2.8 - .byte $ea, $3d, 0, 0 2.9 + .byte $4b, $1f, 0, 0 2.10 + .byte $4b, $3e, 0, 0 2.11 2.12 init_load_window_vdu_bytes: .byte 28,0,29,19,24 2.13
