# HG changeset patch # User David Boddie # Date 1327262653 -3600 # Node ID 4354beb73cb8d3146e5d38cf8e01aec7a5bd667f # Parent de3a26ba0c1cfd3ba64215fe4a54ea5b2a5b22aa Fixed the loader code to use the correct length of the game code. diff -r de3a26ba0c1c -r 4354beb73cb8 loader.oph --- a/loader.oph Sun Jan 22 20:29:48 2012 +0100 +++ b/loader.oph Sun Jan 22 21:04:13 2012 +0100 @@ -117,8 +117,8 @@ code_block: .byte code_file_name .byte $00, $1e, 0, 0 .byte $00, $1e, 0, 0 - .byte $8c, $20, 0, 0 - .byte $8c, $3e, 0, 0 + .byte $8f, $20, 0, 0 + .byte $8f, $3e, 0, 0 init_load_window_vdu_bytes: .byte 28,0,30,19,27