diff --git a/res/ACTION.HGR.UNCOMPRESSED/ROCK.N.SCROLL b/res/ACTION.HGR.UNCOMPRESSED/ROCK.N.SCROLL new file mode 100644 index 0000000..be13fbe Binary files /dev/null and b/res/ACTION.HGR.UNCOMPRESSED/ROCK.N.SCROLL differ diff --git a/res/ACTION.HGR/ROCK.N.SCROLL b/res/ACTION.HGR/ROCK.N.SCROLL new file mode 100644 index 0000000..daf711d Binary files /dev/null and b/res/ACTION.HGR/ROCK.N.SCROLL differ diff --git a/res/ATTRACT/ROCK.N.SCROLL b/res/ATTRACT/ROCK.N.SCROLL new file mode 100644 index 0000000..37bd6e8 --- /dev/null +++ b/res/ATTRACT/ROCK.N.SCROLL @@ -0,0 +1,8 @@ +# +# Attract mode for ROCK.N.SCROLL +# This file is automatically generated +# + +ROCK.N.SCROLL=A + +[eof] diff --git a/res/CACHE00.IDX b/res/CACHE00.IDX index ef92760..93a57bb 100644 Binary files a/res/CACHE00.IDX and b/res/CACHE00.IDX differ diff --git a/res/CACHE01.IDX b/res/CACHE01.IDX index 98c5795..53eb9d0 100644 Binary files a/res/CACHE01.IDX and b/res/CACHE01.IDX differ diff --git a/res/CACHE10.IDX b/res/CACHE10.IDX index cd67bc4..f00dc7a 100644 Binary files a/res/CACHE10.IDX and b/res/CACHE10.IDX differ diff --git a/res/CACHE11.IDX b/res/CACHE11.IDX index 29e3081..a33d581 100644 Binary files a/res/CACHE11.IDX and b/res/CACHE11.IDX differ diff --git a/res/GAMEHELP/ROCK.N.SCROLL b/res/GAMEHELP/ROCK.N.SCROLL new file mode 100644 index 0000000..a9f46fa --- /dev/null +++ b/res/GAMEHELP/ROCK.N.SCROLL @@ -0,0 +1,20 @@ + + + + + Get one of your pieces to the other + + side of the board before your opponent + + + + joystick, keyboard, or mouse + + select move by number + + press letter O to undo + + + +Esc* * * * * * * * * * * * * * * * *quit +[eof] diff --git a/res/GAMES.CONF b/res/GAMES.CONF index 065b160..9d28df7 100755 --- a/res/GAMES.CONF +++ b/res/GAMES.CONF @@ -49,6 +49,7 @@ 00001,PENSATE=Pensate 00001,PITSTOP.II=Pitstop II 10001,POOL=Pool +00001,ROCK.N.SCROLL=Rock & Scroll 00001,SEEGA=Seega 00001,SHUFFLEBOARD=Shuffleboard 00000,SKI.CRAZED=Ski Crazed diff --git a/res/SS/ACTBOARD.CONF b/res/SS/ACTBOARD.CONF index b99cb8f..87e6f18 100644 --- a/res/SS/ACTBOARD.CONF +++ b/res/SS/ACTBOARD.CONF @@ -5,6 +5,7 @@ KONO MU.TORERE SEEGA +ROCK.N.SCROLL NINE.MENS PENSATE WARI diff --git a/res/SS/CATBOARD.CONF b/res/SS/CATBOARD.CONF index 0106ecf..b823037 100644 --- a/res/SS/CATBOARD.CONF +++ b/res/SS/CATBOARD.CONF @@ -9,5 +9,6 @@ KONO MU.TORERE SEEGA NINE.MENS +ROCK.N.SCROLL [eof] diff --git a/res/SS/TITLENZ.CONF b/res/SS/TITLENZ.CONF index 0d30290..7e7ac12 100644 --- a/res/SS/TITLENZ.CONF +++ b/res/SS/TITLENZ.CONF @@ -11,6 +11,7 @@ TRACK.AND.FIELD NINE.MENS THE.DAM.BUSTERS ONE.ON.ONE +ROCK.N.SCROLL AMER.CHALLENGE POOL PITSTOP.II diff --git a/res/TITLE.HGR.UNPACKED/ROCK.N.SCROLL b/res/TITLE.HGR.UNPACKED/ROCK.N.SCROLL new file mode 100644 index 0000000..8f3856a Binary files /dev/null and b/res/TITLE.HGR.UNPACKED/ROCK.N.SCROLL differ diff --git a/res/TITLE.HGR/ROCK.N.SCROLL b/res/TITLE.HGR/ROCK.N.SCROLL new file mode 100644 index 0000000..4430818 Binary files /dev/null and b/res/TITLE.HGR/ROCK.N.SCROLL differ diff --git a/res/dsk/rock n scroll (4am pack).po b/res/dsk/rock n scroll (4am pack).po new file mode 100644 index 0000000..3bb6262 Binary files /dev/null and b/res/dsk/rock n scroll (4am pack).po differ diff --git a/res/history.md b/res/history.md index e4b8d7a..83aca2c 100644 --- a/res/history.md +++ b/res/history.md @@ -8,6 +8,7 @@ - Kono - Mu Torere - Nine Men's Morris +- Rock & Scroll - Seega - Wari diff --git a/res/notes/wishlist.txt b/res/notes/wishlist.txt index bb989a8..10a6938 100644 --- a/res/notes/wishlist.txt +++ b/res/notes/wishlist.txt @@ -91,10 +91,8 @@ Win, Lose, or Draw [DHGR] (+ Junior Edition, Second Edition) Wipeout //idea:Bez collection (these are in woz-a-day) -Rock 'N Scroll Weights and Treasure [has construction kit] Brain Machine [has construction kit] -First Encounter [maybe not a good match] //idea:board games A Question of Scruples diff --git a/res/ports/rock-n-scroll/Makefile b/res/ports/rock-n-scroll/Makefile new file mode 100644 index 0000000..5478c6e --- /dev/null +++ b/res/ports/rock-n-scroll/Makefile @@ -0,0 +1,51 @@ +# https://sourceforge.net/projects/acme-crossass/ +ACME=acme + +# https://github.com/mach-kernel/cadius +CADIUS=cadius + +EXOMIZER=exomizer mem -lnone -P23 -f -q + +BUILDDIR=build +DISKVOLUME=ROCK.N.SCROLL +LOADER=$(BUILDDIR)/LOADER.SYSTEM\#FF2000 +EXE=$(BUILDDIR)/ROCK.N.SCROLL\#068000 +COMPRESSED=src/OBJ.X +SOURCES=$(wildcard src/*.a) $(COMPRESSED) +RES=$(wildcard res/*) $(wildcard ../common/res/*) +BUILDDISK=$(BUILDDIR)/$(DISKVOLUME).po + +.PHONY: clean mount all + +$(BUILDDISK): $(EXE) $(LOADER) $(RES) + +$(LOADER): $(SOURCES) | $(BUILDDIR) + $(ACME) src/loader.a + $(CADIUS) REPLACEFILE "$(BUILDDISK)" "/$(DISKVOLUME)/" "$(LOADER)" -C + @touch "$@" + +$(EXE): $(SOURCES) $(COMPRESSED) | $(BUILDDIR) + $(ACME) src/rock.n.scroll.a + $(CADIUS) REPLACEFILE "$(BUILDDISK)" "/$(DISKVOLUME)/" "$(EXE)" -C + @touch "$@" + +$(RES): $(BUILDDIR) + $(CADIUS) REPLACEFILE "$(BUILDDISK)" "/$(DISKVOLUME)/" "$@" -C + @touch "$@" + +$(COMPRESSED): + $(EXOMIZER) src/OBJ@0x0900 -o "$@" + +mount: $(BUILDDISK) + @open "$(BUILDDISK)" + +clean: + rm -rf "$(BUILDDIR)" + +$(BUILDDIR): + mkdir -p "$@" + $(CADIUS) CREATEVOLUME "$(BUILDDISK)" "$(DISKVOLUME)" 140KB -C + +all: clean mount + +.NOTPARALLEL: diff --git a/res/ports/rock-n-scroll/src/OBJ b/res/ports/rock-n-scroll/src/OBJ new file mode 100644 index 0000000..c5e542d Binary files /dev/null and b/res/ports/rock-n-scroll/src/OBJ differ diff --git a/res/ports/rock-n-scroll/src/OBJ.X b/res/ports/rock-n-scroll/src/OBJ.X new file mode 100644 index 0000000..3608df4 Binary files /dev/null and b/res/ports/rock-n-scroll/src/OBJ.X differ diff --git a/res/ports/rock-n-scroll/src/lcase.ct b/res/ports/rock-n-scroll/src/lcase.ct new file mode 100755 index 0000000..38dee39 --- /dev/null +++ b/res/ports/rock-n-scroll/src/lcase.ct @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/res/ports/rock-n-scroll/src/loader.a b/res/ports/rock-n-scroll/src/loader.a new file mode 100644 index 0000000..8d851af --- /dev/null +++ b/res/ports/rock-n-scroll/src/loader.a @@ -0,0 +1,25 @@ +!cpu 6502 +*=$2000 +!to "build/LOADER.SYSTEM#FF2000",plain + + !src "../common/src/constants.a" + !src "../common/src/macros.a" + + +READ_ENTIRE_FILE parm_boot_open, parm_boot_read + jmp (entry) + +parm_boot_open + !byte 3 + !word filename + !word $2100 + !byte 0 + +parm_boot_read + !byte 4 + !byte 1 +entry !word $8000 + !word $FFFF + !word 0 + +filename + !text 13,"ROCK.N.SCROLL" diff --git a/res/ports/rock-n-scroll/src/rock.n.scroll.a b/res/ports/rock-n-scroll/src/rock.n.scroll.a new file mode 100644 index 0000000..ef4b912 --- /dev/null +++ b/res/ports/rock-n-scroll/src/rock.n.scroll.a @@ -0,0 +1,124 @@ +!cpu 6502 +*=$8000 +!to "build/ROCK.N.SCROLL#068000",plain +!ct "src/lcase.ct" + + !src "../common/src/constants.a" + !src "../common/src/macros.a" + + jmp start + +compressed_data + !bin "src/OBJ.X" +DECRUNCH_FORWARDS = 1 +SHOW_PROGRESS_DURING_DECRUNCH = 1 +kExoProgressWidth = 18 ; depends on total size, max 38 + !src "../common/src/exodecrunch.a" + +start + +INIT_MACHINE +print_loop + lda LoadingText + beq + + jsr ROM_COUT + inc print_loop+1 + bne print_loop + inc print_loop+2 + bne print_loop ++ +!if * != $B55F { + !serious "Adjust prelaunch to patch JSR at ", * +} + jsr decrunch ; compressed data contains target address + bit GFXMODE + bit PAGE1 + bit HIRES + bit FULLGFX + jsr $900 + bit CLEARKBD + jsr PRODOS_MLI + !byte CMD_QUIT + !word + ++ !byte 4 + +get_crunched_byte + lda compressed_data + inc get_crunched_byte+1 + bne + + inc get_crunched_byte+2 ++ rts + +LoadingText + !scrxor $00," " + + !scrxor $00," " + !text " " + !scrxor $00," " + + !scrxor $00," " + !text " BEZ PRESENTS " + !scrxor $00," " + + !scrxor $00," " + !text " " + !scrxor $00," " + + !scrxor $00," " + !text " ROCK AND SCROLL " + !scrxor $00," " + + !scrxor $00," " + !text " " + !scrxor $00," " + + !scrxor $00," " + !text " BY " + !scrxor $00," " + + !scrxor $00," " + !text " " + !scrxor $00," " + + !scrxor $00," " + !text " JOHN BESNARD " + !scrxor $00," " + + !scrxor $00," " + !text " COPYRIGHT 1987 " + !scrxor $00," " + + !scrxor $00," " + !text "______________________________________" + !scrxor $00," " + + !scrxor $00," " + + !byte $8D,$8D,$8D + + !text " SPECIAL COPY FOR FRIENDS OF BEZ",$8D,$8D,$8D,$8D + + !scrxor $00," " + + !scrxor $00," " + !scrxor $40,"GAME" + !scrxor $00," & " + !scrxor $40,"ROUTINES" + !scrxor $00,", " + !scrxor $40,"COPYRIGHT" + !scrxor $00," " + !scrxor $40,"BEZ" + !scrxor $00," 1987 " + + !scrxor $00," " + !scrxor $40,"MOCKINGBOARD" + !scrxor $00,", " + !scrxor $40,"COPYRIGHT" + !scrxor $00," " + !scrxor $40,"SWEET" + !scrxor $00," " + !scrxor $40,"MICRO" + !scrxor $00," " + + !scrxor $00," " + + !byte $00 diff --git a/src/index/artwork.idx.a b/src/index/artwork.idx.a index bc6ff58..7c94181 100644 --- a/src/index/artwork.idx.a +++ b/src/index/artwork.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1981958 + !be24 2006161 !le16 571 diff --git a/src/index/attract.idx.a b/src/index/attract.idx.a index 2102121..cc05835 100644 --- a/src/index/attract.idx.a +++ b/src/index/attract.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1969874 + !be24 1993997 !le16 978 diff --git a/src/index/cache00.idx.a b/src/index/cache00.idx.a index 81a64a3..a8cc702 100644 --- a/src/index/cache00.idx.a +++ b/src/index/cache00.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1962232 - !le16 287 + !be24 1986193 + !le16 294 diff --git a/src/index/cache01.idx.a b/src/index/cache01.idx.a index f96ce5e..dc390cf 100644 --- a/src/index/cache01.idx.a +++ b/src/index/cache01.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1963794 - !le16 527 + !be24 1987800 + !le16 534 diff --git a/src/index/cache10.idx.a b/src/index/cache10.idx.a index af0d5e3..f7d9b2b 100644 --- a/src/index/cache10.idx.a +++ b/src/index/cache10.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1965666 - !le16 493 + !be24 1989717 + !le16 500 diff --git a/src/index/cache11.idx.a b/src/index/cache11.idx.a index 7137071..a7de571 100644 --- a/src/index/cache11.idx.a +++ b/src/index/cache11.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1968140 - !le16 785 + !be24 1992236 + !le16 792 diff --git a/src/index/count00.a b/src/index/count00.a index 5d561ec..cda8089 100644 --- a/src/index/count00.a +++ b/src/index/count00.a @@ -3,4 +3,4 @@ ; ; This file is automatically generated ; -!word 23 +!word 24 diff --git a/src/index/count01.a b/src/index/count01.a index 041fc67..923aafd 100644 --- a/src/index/count01.a +++ b/src/index/count01.a @@ -3,4 +3,4 @@ ; ; This file is automatically generated ; -!word 34 +!word 35 diff --git a/src/index/count10.a b/src/index/count10.a index eb7b2c8..6ae9328 100644 --- a/src/index/count10.a +++ b/src/index/count10.a @@ -3,4 +3,4 @@ ; ; This file is automatically generated ; -!word 38 +!word 39 diff --git a/src/index/count11.a b/src/index/count11.a index dabd9b3..79a823f 100644 --- a/src/index/count11.a +++ b/src/index/count11.a @@ -3,4 +3,4 @@ ; ; This file is automatically generated ; -!word 53 +!word 54 diff --git a/src/index/coverfade.idx.a b/src/index/coverfade.idx.a index 962c87e..c5b9642 100644 --- a/src/index/coverfade.idx.a +++ b/src/index/coverfade.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1982529 + !be24 2006732 !le16 306 diff --git a/src/index/credits.idx.a b/src/index/credits.idx.a index a458a0a..0493104 100644 --- a/src/index/credits.idx.a +++ b/src/index/credits.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1983179 + !be24 2007382 !le16 336 diff --git a/src/index/decrunch.idx.a b/src/index/decrunch.idx.a index 47573de..1c1acdb 100644 --- a/src/index/decrunch.idx.a +++ b/src/index/decrunch.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1983515 + !be24 2007718 !le16 303 diff --git a/src/index/demo.idx.a b/src/index/demo.idx.a index a601d26..7107afe 100644 --- a/src/index/demo.idx.a +++ b/src/index/demo.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1638306 + !be24 1647820 !le16 69 diff --git a/src/index/dfx.idx.a b/src/index/dfx.idx.a index b02ac45..8c39d28 100644 --- a/src/index/dfx.idx.a +++ b/src/index/dfx.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1973492 + !be24 1997615 !le16 1640 diff --git a/src/index/dgr.fizzle.idx.a b/src/index/dgr.fizzle.idx.a index b734f21..55fd629 100644 --- a/src/index/dgr.fizzle.idx.a +++ b/src/index/dgr.fizzle.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1982911 + !be24 2007114 !le16 67 diff --git a/src/index/dgr.idx.a b/src/index/dgr.idx.a index 0ad5dcf..78f4937 100644 --- a/src/index/dgr.idx.a +++ b/src/index/dgr.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1981946 + !be24 2006149 !le16 12 diff --git a/src/index/dhgr.idx.a b/src/index/dhgr.idx.a index 1b59387..910792e 100644 --- a/src/index/dhgr.idx.a +++ b/src/index/dhgr.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1981128 + !be24 2005331 !le16 766 diff --git a/src/index/dtitle.idx.a b/src/index/dtitle.idx.a index d6815c1..7c3cd79 100644 --- a/src/index/dtitle.idx.a +++ b/src/index/dtitle.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1979290 + !be24 2003473 !le16 229 diff --git a/src/index/fx.idx.a b/src/index/fx.idx.a index e78243c..259b77b 100644 --- a/src/index/fx.idx.a +++ b/src/index/fx.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1970852 + !be24 1994975 !le16 2640 diff --git a/src/index/gamehelp.idx.a b/src/index/gamehelp.idx.a index c7ab8a8..edac003 100644 --- a/src/index/gamehelp.idx.a +++ b/src/index/gamehelp.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1975490 - !le16 949 + !be24 1999613 + !le16 969 diff --git a/src/index/gr.fizzle.idx.a b/src/index/gr.fizzle.idx.a index 0312283..cedeeec 100644 --- a/src/index/gr.fizzle.idx.a +++ b/src/index/gr.fizzle.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1982835 + !be24 2007038 !le16 76 diff --git a/src/index/gr.idx.a b/src/index/gr.idx.a index 520499c..499deec 100644 --- a/src/index/gr.idx.a +++ b/src/index/gr.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1981894 + !be24 2006097 !le16 52 diff --git a/src/index/helptext.idx.a b/src/index/helptext.idx.a index 2a38141..574f00e 100644 --- a/src/index/helptext.idx.a +++ b/src/index/helptext.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1982978 + !be24 2007181 !le16 201 diff --git a/src/index/hgr0.idx.a b/src/index/hgr0.idx.a index 943f946..2c65d75 100644 --- a/src/index/hgr0.idx.a +++ b/src/index/hgr0.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1979519 + !be24 2003702 !le16 335 diff --git a/src/index/hgr1.idx.a b/src/index/hgr1.idx.a index 4b6b162..0e0a81b 100644 --- a/src/index/hgr1.idx.a +++ b/src/index/hgr1.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1979854 + !be24 2004037 !le16 89 diff --git a/src/index/hgr2.idx.a b/src/index/hgr2.idx.a index 4ce41ad..aec6745 100644 --- a/src/index/hgr2.idx.a +++ b/src/index/hgr2.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1979943 + !be24 2004126 !le16 92 diff --git a/src/index/hgr3.idx.a b/src/index/hgr3.idx.a index 8548294..d5956ef 100644 --- a/src/index/hgr3.idx.a +++ b/src/index/hgr3.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1980035 + !be24 2004218 !le16 125 diff --git a/src/index/hgr4.idx.a b/src/index/hgr4.idx.a index ef96d27..91502c7 100644 --- a/src/index/hgr4.idx.a +++ b/src/index/hgr4.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1980160 - !le16 679 + !be24 2004343 + !le16 699 diff --git a/src/index/hgr5.idx.a b/src/index/hgr5.idx.a index 841f2f6..9c3e066 100644 --- a/src/index/hgr5.idx.a +++ b/src/index/hgr5.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1980839 + !be24 2005042 !le16 285 diff --git a/src/index/hgr6.idx.a b/src/index/hgr6.idx.a index 19bd23d..635c206 100644 --- a/src/index/hgr6.idx.a +++ b/src/index/hgr6.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1981124 + !be24 2005327 !le16 4 diff --git a/src/index/joystick.idx.a b/src/index/joystick.idx.a index d0d7033..ea10c4b 100644 --- a/src/index/joystick.idx.a +++ b/src/index/joystick.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1983818 + !be24 2008021 !le16 2370 diff --git a/src/index/miniattract0.idx.a b/src/index/miniattract0.idx.a index d02edde..0b9efdd 100644 --- a/src/index/miniattract0.idx.a +++ b/src/index/miniattract0.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1977559 + !be24 2001702 !le16 475 diff --git a/src/index/miniattract1.idx.a b/src/index/miniattract1.idx.a index 86811ca..bda02ca 100644 --- a/src/index/miniattract1.idx.a +++ b/src/index/miniattract1.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1978034 - !le16 478 + !be24 2002177 + !le16 498 diff --git a/src/index/prelaunch.idx.a b/src/index/prelaunch.idx.a index 2bb5464..a2b2fce 100644 --- a/src/index/prelaunch.idx.a +++ b/src/index/prelaunch.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1968925 - !le16 949 + !be24 1993028 + !le16 969 diff --git a/src/index/res.cover.idx.a b/src/index/res.cover.idx.a index 0ba271f..d9b3338 100644 --- a/src/index/res.cover.idx.a +++ b/src/index/res.cover.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 509483 + !be24 517163 !le16 8184 diff --git a/src/index/res.help.idx.a b/src/index/res.help.idx.a index 007c9f3..fbbf772 100644 --- a/src/index/res.help.idx.a +++ b/src/index/res.help.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 525859 + !be24 533539 !le16 8184 diff --git a/src/index/res.title.idx.a b/src/index/res.title.idx.a index bd46624..b7f1de1 100644 --- a/src/index/res.title.idx.a +++ b/src/index/res.title.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 517667 + !be24 525347 !le16 8192 diff --git a/src/index/search00.idx.a b/src/index/search00.idx.a index f8b9e7e..67d3090 100644 --- a/src/index/search00.idx.a +++ b/src/index/search00.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1961441 - !le16 791 + !be24 1985364 + !le16 829 diff --git a/src/index/search01.idx.a b/src/index/search01.idx.a index 7c26d7d..db7ccca 100644 --- a/src/index/search01.idx.a +++ b/src/index/search01.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1962519 - !le16 1275 + !be24 1986487 + !le16 1313 diff --git a/src/index/search10.idx.a b/src/index/search10.idx.a index 3fdda4f..55a517d 100644 --- a/src/index/search10.idx.a +++ b/src/index/search10.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1964321 - !le16 1345 + !be24 1988334 + !le16 1383 diff --git a/src/index/search11.idx.a b/src/index/search11.idx.a index 73e4823..192a5e0 100644 --- a/src/index/search11.idx.a +++ b/src/index/search11.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1966159 - !le16 1981 + !be24 1990217 + !le16 2019 diff --git a/src/index/sfx.idx.a b/src/index/sfx.idx.a index 4302e51..510bf8c 100644 --- a/src/index/sfx.idx.a +++ b/src/index/sfx.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1975132 + !be24 1999255 !le16 358 diff --git a/src/index/slideshow.idx.a b/src/index/slideshow.idx.a index a354c3e..5ef0c16 100644 --- a/src/index/slideshow.idx.a +++ b/src/index/slideshow.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1976439 + !be24 2000582 !le16 1120 diff --git a/src/index/title.idx.a b/src/index/title.idx.a index 7f94ecc..5bdb9ae 100644 --- a/src/index/title.idx.a +++ b/src/index/title.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1978512 - !le16 778 + !be24 2002675 + !le16 798 diff --git a/src/index/xsingle.idx.a b/src/index/xsingle.idx.a index a79dbb8..8b5700b 100644 --- a/src/index/xsingle.idx.a +++ b/src/index/xsingle.idx.a @@ -4,5 +4,5 @@ ; This file is automatically generated ; !byte 0 - !be24 1961071 - !le16 370 + !be24 1984972 + !le16 392