junglejourney

changeset 228:4354beb73cb8 1.1.3

Fixed the loader code to use the correct length of the game code.
author David Boddie <david@boddie.org.uk>
date Sun Jan 22 21:04:13 2012 +0100
parents de3a26ba0c1c
children 114cc13a0af8
files loader.oph
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/loader.oph	Sun Jan 22 20:29:48 2012 +0100
     1.2 +++ b/loader.oph	Sun Jan 22 21:04:13 2012 +0100
     1.3 @@ -117,8 +117,8 @@
     1.4  code_block: .byte <code_file_name, >code_file_name
     1.5                 .byte $00, $1e, 0, 0
     1.6                 .byte $00, $1e, 0, 0
     1.7 -               .byte $8c, $20, 0, 0
     1.8 -               .byte $8c, $3e, 0, 0
     1.9 +               .byte $8f, $20, 0, 0
    1.10 +               .byte $8f, $3e, 0, 0
    1.11  
    1.12  init_load_window_vdu_bytes: .byte 28,0,30,19,27
    1.13