diff options
author | IIMarckus <iimarckus@gmail.com> | 2015-02-02 01:35:34 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2015-02-02 01:35:34 -0700 |
commit | b85b24492ca07262b519d5c162474a8a2b7dfab2 (patch) | |
tree | d071b4e51967283f75738af7a98709e0c349359e | |
parent | 1c82ddfee5abee7ebd7cd8f86da9ae69d2af0f2f (diff) |
Generate presjpegs from source .jpg files.
112 files changed, 122 insertions, 121 deletions
diff --git a/.gitmodules b/.gitmodules index 9b12a4f..ba08241 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "stadiumgs/backgrounds"] - path = stadiumgs/backgrounds - url = https://github.com/iimarckus/stadiumgs-backgrounds/ [submodule "stadiumgs/0x1e40000"] path = stadiumgs/0x1e40000 url = https://github.com/iimarckus/stadiumgs-0x1e40000 @@ -13,9 +10,6 @@ [submodule "stadiumgs/0x2000000"] path = stadiumgs/0x2000000 url = https://github.com/iimarckus/stadiumgs-0x2000000 -[submodule "stadiumgs/presjpeg"] - path = stadiumgs/presjpeg - url = https://github.com/iimarckus/stadiumgs-presjpeg [submodule "stadiumgs/faces"] path = stadiumgs/faces url = https://github.com/iimarckus/stadiumgs-faces diff --git a/stadiumgs/Makefile b/stadiumgs/Makefile index f762523..1958881 100644 --- a/stadiumgs/Makefile +++ b/stadiumgs/Makefile @@ -8,7 +8,7 @@ TABLES = \ 0x1e40000.tbl \ backgrounds.tbl \ 0x2000000.tbl \ - presjpegs.tbl \ + academygfx.tbl \ faces.tbl # md5 of part2.bin: 9771bc97a32a71d6153dda1e30acf1e0 @@ -372,66 +372,66 @@ FACES = \ faces/dual.bin \ faces/pichu.bin -PRESJPEGS = \ - presjpeg/0x22303c0.bin \ - presjpeg/0x2230c10.bin \ - presjpeg/0x22314c0.bin \ - presjpeg/0x2231e60.bin \ - presjpeg/0x2232990.bin \ - presjpeg/0x2233520.bin \ - presjpeg/0x2233eb0.bin \ - presjpeg/0x22348f0.bin \ - presjpeg/0x2235310.bin \ - presjpeg/0x2235c30.bin \ - presjpeg/0x22363a0.bin \ - presjpeg/0x22372e0.bin \ - presjpeg/0x2237eb0.bin \ - presjpeg/0x2238970.bin \ - presjpeg/0x22394e0.bin \ - presjpeg/0x2239fe0.bin \ - presjpeg/0x223a9b0.bin \ - presjpeg/0x223b2a0.bin \ - presjpeg/0x223bc10.bin \ - presjpeg/0x223c650.bin \ - presjpeg/0x223ce00.bin \ - presjpeg/0x223d4c0.bin \ - presjpeg/0x223dc20.bin \ - presjpeg/0x223e500.bin \ - presjpeg/0x223f150.bin \ - presjpeg/0x223f9a0.bin \ - presjpeg/0x2240480.bin \ - presjpeg/0x2241050.bin \ - presjpeg/0x2241b30.bin \ - presjpeg/0x2242510.bin \ - presjpeg/0x2242f80.bin \ - presjpeg/0x22438e0.bin \ - presjpeg/0x2243fe0.bin \ - presjpeg/0x22447b0.bin \ - presjpeg/0x2244d60.bin \ - presjpeg/0x22452b0.bin \ - presjpeg/0x2245a20.bin \ - presjpeg/0x22460c0.bin \ - presjpeg/0x2246a50.bin \ - presjpeg/0x2247350.bin \ - presjpeg/0x2247c00.bin \ - presjpeg/0x2248410.bin \ - presjpeg/0x2248db0.bin \ - presjpeg/0x2249730.bin \ - presjpeg/0x224a210.bin \ - presjpeg/0x224bcc0.bin \ - presjpeg/0x224d680.bin \ - presjpeg/0x224ec50.bin \ - presjpeg/0x224f3f0.bin \ - presjpeg/0x224f9c0.bin \ - presjpeg/0x2252960.bin \ - presjpeg/0x2255980.bin \ - presjpeg/0x2257c50.bin \ - presjpeg/0x2258620.bin \ - presjpeg/0x2258e00.bin \ - presjpeg/0x225a270.bin \ - presjpeg/0x225a3d0.bin \ - presjpeg/0x225a540.bin \ - presjpeg/0x225a6b0.bin +ACADEMYGFX = \ + academygfx/0x22303c0.presjpeg \ + academygfx/0x2230c10.presjpeg \ + academygfx/0x22314c0.presjpeg \ + academygfx/0x2231e60.presjpeg \ + academygfx/0x2232990.presjpeg \ + academygfx/0x2233520.presjpeg \ + academygfx/0x2233eb0.presjpeg \ + academygfx/0x22348f0.presjpeg \ + academygfx/0x2235310.presjpeg \ + academygfx/0x2235c30.presjpeg \ + academygfx/0x22363a0.presjpeg \ + academygfx/0x22372e0.presjpeg \ + academygfx/0x2237eb0.presjpeg \ + academygfx/0x2238970.presjpeg \ + academygfx/0x22394e0.presjpeg \ + academygfx/0x2239fe0.presjpeg \ + academygfx/0x223a9b0.presjpeg \ + academygfx/0x223b2a0.presjpeg \ + academygfx/0x223bc10.presjpeg \ + academygfx/0x223c650.presjpeg \ + academygfx/0x223ce00.presjpeg \ + academygfx/0x223d4c0.presjpeg \ + academygfx/0x223dc20.presjpeg \ + academygfx/0x223e500.presjpeg \ + academygfx/0x223f150.presjpeg \ + academygfx/0x223f9a0.presjpeg \ + academygfx/0x2240480.presjpeg \ + academygfx/0x2241050.presjpeg \ + academygfx/0x2241b30.presjpeg \ + academygfx/0x2242510.presjpeg \ + academygfx/0x2242f80.presjpeg \ + academygfx/0x22438e0.presjpeg \ + academygfx/0x2243fe0.presjpeg \ + academygfx/0x22447b0.presjpeg \ + academygfx/0x2244d60.presjpeg \ + academygfx/0x22452b0.presjpeg \ + academygfx/0x2245a20.presjpeg \ + academygfx/0x22460c0.presjpeg \ + academygfx/0x2246a50.presjpeg \ + academygfx/0x2247350.presjpeg \ + academygfx/0x2247c00.presjpeg \ + academygfx/0x2248410.presjpeg \ + academygfx/0x2248db0.presjpeg \ + academygfx/0x2249730.presjpeg \ + academygfx/0x224a210.presjpeg \ + academygfx/0x224bcc0.presjpeg \ + academygfx/0x224d680.presjpeg \ + academygfx/0x224ec50.presjpeg \ + academygfx/0x224f3f0.presjpeg \ + academygfx/0x224f9c0.presjpeg \ + academygfx/0x2252960.presjpeg \ + academygfx/0x2255980.presjpeg \ + academygfx/0x2257c50.presjpeg \ + academygfx/0x2258620.presjpeg \ + academygfx/0x2258e00.presjpeg \ + academygfx/0x225a270.presjpeg \ + academygfx/0x225a3d0.presjpeg \ + academygfx/0x225a540.presjpeg \ + academygfx/0x225a6b0.presjpeg X0x1898000 = \ 0x1898000/0x1899c90.bin \ @@ -2045,56 +2045,56 @@ STRTBLS = \ text/academy/skilltest/elitefour/julian.bin BACKGROUNDS = \ - backgrounds/title1.bin \ - backgrounds/title2.bin \ - backgrounds/whitecity1.bin \ - backgrounds/lab.bin \ - backgrounds/classroom1.bin \ - backgrounds/pokedex.bin \ - backgrounds/gamepakcheck.bin \ - backgrounds/pleaseselect.bin \ - backgrounds/selectpokemon/littlecup.bin \ - backgrounds/selectpokemon/pokecup.bin \ - backgrounds/selectpokemon/primecup.bin \ - backgrounds/selectpokemon/challengecup.bin \ - backgrounds/stadium.bin \ - backgrounds/castlekanto.bin \ - backgrounds/classroom2.bin \ - backgrounds/0x1f079c0.bin \ - backgrounds/library1.bin \ - backgrounds/myroom.bin \ - backgrounds/minigames.bin \ - backgrounds/0x1f225e0.bin \ - backgrounds/labmachine.bin \ - backgrounds/whitecity2.bin \ - backgrounds/freebattle.bin \ - backgrounds/selectpokemon/0x1f449b0.bin \ - backgrounds/0x1f48620.bin \ - backgrounds/0x1f4eca0.bin \ - backgrounds/castlejohto.bin \ - backgrounds/castleplateau.bin \ - backgrounds/hoohlugia.bin \ - backgrounds/quiz.bin \ - backgrounds/library2.bin \ - backgrounds/credits/lancevsclair.bin \ - backgrounds/library3.bin \ - backgrounds/credits/bugsyvskaren.bin \ - backgrounds/credits/falknervserika.bin \ - backgrounds/credits/mistyvswhitney.bin \ - backgrounds/credits/surgevsmorty.bin \ - backgrounds/credits/jasminevsbrock.bin \ - backgrounds/credits/blainevspryce.bin \ - backgrounds/credits/sabrinavswill.bin \ - backgrounds/credits/janinevskoga.bin \ - backgrounds/credits/chuckvsbruno.bin \ - backgrounds/credits/rivalvskris.bin \ - backgrounds/credits/redvsblue.bin \ - backgrounds/0x1fe3520.bin \ - backgrounds/0x1fea540.bin \ - backgrounds/selectpokemon/battlenow.bin \ - backgrounds/mysterygift.bin + backgrounds/title1.presjpeg \ + backgrounds/title2.presjpeg \ + backgrounds/whitecity1.presjpeg \ + backgrounds/lab.presjpeg \ + backgrounds/classroom1.presjpeg \ + backgrounds/pokedex.presjpeg \ + backgrounds/gamepakcheck.presjpeg \ + backgrounds/pleaseselect.presjpeg \ + backgrounds/selectpokemon/littlecup.presjpeg \ + backgrounds/selectpokemon/pokecup.presjpeg \ + backgrounds/selectpokemon/primecup.presjpeg \ + backgrounds/selectpokemon/challengecup.presjpeg \ + backgrounds/stadium.presjpeg \ + backgrounds/castlekanto.presjpeg \ + backgrounds/classroom2.presjpeg \ + backgrounds/0x1f079c0.presjpeg \ + backgrounds/library1.presjpeg \ + backgrounds/myroom.presjpeg \ + backgrounds/minigames.presjpeg \ + backgrounds/0x1f225e0.presjpeg \ + backgrounds/labmachine.presjpeg \ + backgrounds/whitecity2.presjpeg \ + backgrounds/freebattle.presjpeg \ + backgrounds/selectpokemon/0x1f449b0.presjpeg \ + backgrounds/0x1f48620.presjpeg \ + backgrounds/0x1f4eca0.presjpeg \ + backgrounds/castlejohto.presjpeg \ + backgrounds/castleplateau.presjpeg \ + backgrounds/hoohlugia.presjpeg \ + backgrounds/quiz.presjpeg \ + backgrounds/library2.presjpeg \ + backgrounds/credits/lancevsclair.presjpeg \ + backgrounds/library3.presjpeg \ + backgrounds/credits/bugsyvskaren.presjpeg \ + backgrounds/credits/falknervserika.presjpeg \ + backgrounds/credits/mistyvswhitney.presjpeg \ + backgrounds/credits/surgevsmorty.presjpeg \ + backgrounds/credits/jasminevsbrock.presjpeg \ + backgrounds/credits/blainevspryce.presjpeg \ + backgrounds/credits/sabrinavswill.presjpeg \ + backgrounds/credits/janinevskoga.presjpeg \ + backgrounds/credits/chuckvsbruno.presjpeg \ + backgrounds/credits/rivalvskris.presjpeg \ + backgrounds/credits/redvsblue.presjpeg \ + backgrounds/0x1fe3520.presjpeg \ + backgrounds/0x1fea540.presjpeg \ + backgrounds/selectpokemon/battlenow.presjpeg \ + backgrounds/mysterygift.presjpeg -.SUFFIXES: .txt .json .bin +.SUFFIXES: .txt .json .bin .presjpeg .jpg .txt.bin: ../utils/txt2strtbl $< > $@ @@ -2102,6 +2102,9 @@ BACKGROUNDS = \ .json.bin: ../utils/json2rostertbl $< > $@ +.jpg.presjpeg: + ../utils/presjpeg $< > $@ + # md5 of rosters.tbl: afa0dc919e83d6803a404f08c1517f4c rosters.tbl: ${ROSTERS} ../utils/cattbl -x 0x10000 ${ROSTERS} > $@ @@ -2130,9 +2133,9 @@ backgrounds.tbl: ${BACKGROUNDS} 0x2000000.tbl: ${X0x2000000} ../utils/cattbl -f 0x230000 ${X0x2000000} > $@ -# md5 of presjpegs.tbl: 4c6b9a153190ed45d85c391d62f47050 -presjpegs.tbl: ${PRESJPEGS} - ../utils/cattbl -f 0x38000 ${PRESJPEGS} > $@ +# md5 of academygfx.tbl: 4c6b9a153190ed45d85c391d62f47050 +academygfx.tbl: ${ACADEMYGFX} + ../utils/cattbl -f 0x38000 ${ACADEMYGFX} > $@ # md5 of faces.tbl: 70e499025672e8758db4ed2094354b77 faces.tbl: ${FACES} @@ -2148,6 +2151,6 @@ faces.tbl: ${FACES} clean: rm -f text.tbl ${STRTBLS} rosters.tbl ${ROSTERS} backgrounds.tbl - rm -f 0x1e40000.tbl presjpegs.tbl faces.tbl 0x2000000.tbl 0x1898000.tbl + rm -f 0x1e40000.tbl academygfx.tbl faces.tbl 0x2000000.tbl 0x1898000.tbl rm -f 0x1718000.tbl 0x2000000.tbl part2.bin 0x3fed000.bin part4.bin rm -f 0x3fd5000.tbl diff --git a/stadiumgs/academygfx/0x22303c0.jpg b/stadiumgs/academygfx/0x22303c0.jpg Binary files differnew file mode 100644 index 0000000..f1ba0fe --- /dev/null +++ b/stadiumgs/academygfx/0x22303c0.jpg diff --git a/stadiumgs/academygfx/0x2230c10.jpg b/stadiumgs/academygfx/0x2230c10.jpg Binary files differnew file mode 100644 index 0000000..f06ed0c --- /dev/null +++ b/stadiumgs/academygfx/0x2230c10.jpg diff --git a/stadiumgs/academygfx/0x22314c0.jpg b/stadiumgs/academygfx/0x22314c0.jpg Binary files differnew file mode 100644 index 0000000..5f3c5c9 --- /dev/null +++ b/stadiumgs/academygfx/0x22314c0.jpg diff --git a/stadiumgs/academygfx/0x2231e60.jpg b/stadiumgs/academygfx/0x2231e60.jpg Binary files differnew file mode 100644 index 0000000..108eb77 --- /dev/null +++ b/stadiumgs/academygfx/0x2231e60.jpg diff --git a/stadiumgs/academygfx/0x2232990.jpg b/stadiumgs/academygfx/0x2232990.jpg Binary files differnew file mode 100644 index 0000000..2dd7289 --- /dev/null +++ b/stadiumgs/academygfx/0x2232990.jpg diff --git a/stadiumgs/academygfx/0x2233520.jpg b/stadiumgs/academygfx/0x2233520.jpg Binary files differnew file mode 100644 index 0000000..60e5800 --- /dev/null +++ b/stadiumgs/academygfx/0x2233520.jpg diff --git a/stadiumgs/academygfx/0x2233eb0.jpg b/stadiumgs/academygfx/0x2233eb0.jpg Binary files differnew file mode 100644 index 0000000..bb43505 --- /dev/null +++ b/stadiumgs/academygfx/0x2233eb0.jpg diff --git a/stadiumgs/academygfx/0x22348f0.jpg b/stadiumgs/academygfx/0x22348f0.jpg Binary files differnew file mode 100644 index 0000000..dd93eb0 --- /dev/null +++ b/stadiumgs/academygfx/0x22348f0.jpg diff --git a/stadiumgs/academygfx/0x2235310.jpg b/stadiumgs/academygfx/0x2235310.jpg Binary files differnew file mode 100644 index 0000000..e311f90 --- /dev/null +++ b/stadiumgs/academygfx/0x2235310.jpg diff --git a/stadiumgs/academygfx/0x2235c30.jpg b/stadiumgs/academygfx/0x2235c30.jpg Binary files differnew file mode 100644 index 0000000..ff77832 --- /dev/null +++ b/stadiumgs/academygfx/0x2235c30.jpg diff --git a/stadiumgs/academygfx/0x22363a0.jpg b/stadiumgs/academygfx/0x22363a0.jpg Binary files differnew file mode 100644 index 0000000..6243534 --- /dev/null +++ b/stadiumgs/academygfx/0x22363a0.jpg diff --git a/stadiumgs/academygfx/0x22372e0.jpg b/stadiumgs/academygfx/0x22372e0.jpg Binary files differnew file mode 100644 index 0000000..ad50e9a --- /dev/null +++ b/stadiumgs/academygfx/0x22372e0.jpg diff --git a/stadiumgs/academygfx/0x2237eb0.jpg b/stadiumgs/academygfx/0x2237eb0.jpg Binary files differnew file mode 100644 index 0000000..a18625e --- /dev/null +++ b/stadiumgs/academygfx/0x2237eb0.jpg diff --git a/stadiumgs/academygfx/0x2238970.jpg b/stadiumgs/academygfx/0x2238970.jpg Binary files differnew file mode 100644 index 0000000..af9e50a --- /dev/null +++ b/stadiumgs/academygfx/0x2238970.jpg diff --git a/stadiumgs/academygfx/0x22394e0.jpg b/stadiumgs/academygfx/0x22394e0.jpg Binary files differnew file mode 100644 index 0000000..283c901 --- /dev/null +++ b/stadiumgs/academygfx/0x22394e0.jpg diff --git a/stadiumgs/academygfx/0x2239fe0.jpg b/stadiumgs/academygfx/0x2239fe0.jpg Binary files differnew file mode 100644 index 0000000..f899581 --- /dev/null +++ b/stadiumgs/academygfx/0x2239fe0.jpg diff --git a/stadiumgs/academygfx/0x223a9b0.jpg b/stadiumgs/academygfx/0x223a9b0.jpg Binary files differnew file mode 100644 index 0000000..76f4da3 --- /dev/null +++ b/stadiumgs/academygfx/0x223a9b0.jpg diff --git a/stadiumgs/academygfx/0x223b2a0.jpg b/stadiumgs/academygfx/0x223b2a0.jpg Binary files differnew file mode 100644 index 0000000..a9b1eaf --- /dev/null +++ b/stadiumgs/academygfx/0x223b2a0.jpg diff --git a/stadiumgs/academygfx/0x223bc10.jpg b/stadiumgs/academygfx/0x223bc10.jpg Binary files differnew file mode 100644 index 0000000..bd9493a --- /dev/null +++ b/stadiumgs/academygfx/0x223bc10.jpg diff --git a/stadiumgs/academygfx/0x223c650.jpg b/stadiumgs/academygfx/0x223c650.jpg Binary files differnew file mode 100644 index 0000000..c9543dc --- /dev/null +++ b/stadiumgs/academygfx/0x223c650.jpg diff --git a/stadiumgs/academygfx/0x223ce00.jpg b/stadiumgs/academygfx/0x223ce00.jpg Binary files differnew file mode 100644 index 0000000..30ce3f0 --- /dev/null +++ b/stadiumgs/academygfx/0x223ce00.jpg diff --git a/stadiumgs/academygfx/0x223d4c0.jpg b/stadiumgs/academygfx/0x223d4c0.jpg Binary files differnew file mode 100644 index 0000000..616e7b0 --- /dev/null +++ b/stadiumgs/academygfx/0x223d4c0.jpg diff --git a/stadiumgs/academygfx/0x223dc20.jpg b/stadiumgs/academygfx/0x223dc20.jpg Binary files differnew file mode 100644 index 0000000..1bad285 --- /dev/null +++ b/stadiumgs/academygfx/0x223dc20.jpg diff --git a/stadiumgs/academygfx/0x223e500.jpg b/stadiumgs/academygfx/0x223e500.jpg Binary files differnew file mode 100644 index 0000000..a029568 --- /dev/null +++ b/stadiumgs/academygfx/0x223e500.jpg diff --git a/stadiumgs/academygfx/0x223f150.jpg b/stadiumgs/academygfx/0x223f150.jpg Binary files differnew file mode 100644 index 0000000..2010456 --- /dev/null +++ b/stadiumgs/academygfx/0x223f150.jpg diff --git a/stadiumgs/academygfx/0x223f9a0.jpg b/stadiumgs/academygfx/0x223f9a0.jpg Binary files differnew file mode 100644 index 0000000..4d651f7 --- /dev/null +++ b/stadiumgs/academygfx/0x223f9a0.jpg diff --git a/stadiumgs/academygfx/0x2240480.jpg b/stadiumgs/academygfx/0x2240480.jpg Binary files differnew file mode 100644 index 0000000..0b0c2e9 --- /dev/null +++ b/stadiumgs/academygfx/0x2240480.jpg diff --git a/stadiumgs/academygfx/0x2241050.jpg b/stadiumgs/academygfx/0x2241050.jpg Binary files differnew file mode 100644 index 0000000..71d9063 --- /dev/null +++ b/stadiumgs/academygfx/0x2241050.jpg diff --git a/stadiumgs/academygfx/0x2241b30.jpg b/stadiumgs/academygfx/0x2241b30.jpg Binary files differnew file mode 100644 index 0000000..ffef055 --- /dev/null +++ b/stadiumgs/academygfx/0x2241b30.jpg diff --git a/stadiumgs/academygfx/0x2242510.jpg b/stadiumgs/academygfx/0x2242510.jpg Binary files differnew file mode 100644 index 0000000..2553338 --- /dev/null +++ b/stadiumgs/academygfx/0x2242510.jpg diff --git a/stadiumgs/academygfx/0x2242f80.jpg b/stadiumgs/academygfx/0x2242f80.jpg Binary files differnew file mode 100644 index 0000000..82287e9 --- /dev/null +++ b/stadiumgs/academygfx/0x2242f80.jpg diff --git a/stadiumgs/academygfx/0x22438e0.jpg b/stadiumgs/academygfx/0x22438e0.jpg Binary files differnew file mode 100644 index 0000000..2fdfd76 --- /dev/null +++ b/stadiumgs/academygfx/0x22438e0.jpg diff --git a/stadiumgs/academygfx/0x2243fe0.jpg b/stadiumgs/academygfx/0x2243fe0.jpg Binary files differnew file mode 100644 index 0000000..396a05b --- /dev/null +++ b/stadiumgs/academygfx/0x2243fe0.jpg diff --git a/stadiumgs/academygfx/0x22447b0.jpg b/stadiumgs/academygfx/0x22447b0.jpg Binary files differnew file mode 100644 index 0000000..7177d99 --- /dev/null +++ b/stadiumgs/academygfx/0x22447b0.jpg diff --git a/stadiumgs/academygfx/0x2244d60.jpg b/stadiumgs/academygfx/0x2244d60.jpg Binary files differnew file mode 100644 index 0000000..04e8cda --- /dev/null +++ b/stadiumgs/academygfx/0x2244d60.jpg diff --git a/stadiumgs/academygfx/0x22452b0.jpg b/stadiumgs/academygfx/0x22452b0.jpg Binary files differnew file mode 100644 index 0000000..3b112bc --- /dev/null +++ b/stadiumgs/academygfx/0x22452b0.jpg diff --git a/stadiumgs/academygfx/0x2245a20.jpg b/stadiumgs/academygfx/0x2245a20.jpg Binary files differnew file mode 100644 index 0000000..75e7a49 --- /dev/null +++ b/stadiumgs/academygfx/0x2245a20.jpg diff --git a/stadiumgs/academygfx/0x22460c0.jpg b/stadiumgs/academygfx/0x22460c0.jpg Binary files differnew file mode 100644 index 0000000..ca09a71 --- /dev/null +++ b/stadiumgs/academygfx/0x22460c0.jpg diff --git a/stadiumgs/academygfx/0x2246a50.jpg b/stadiumgs/academygfx/0x2246a50.jpg Binary files differnew file mode 100644 index 0000000..a6f5f23 --- /dev/null +++ b/stadiumgs/academygfx/0x2246a50.jpg diff --git a/stadiumgs/academygfx/0x2247350.jpg b/stadiumgs/academygfx/0x2247350.jpg Binary files differnew file mode 100644 index 0000000..f02db34 --- /dev/null +++ b/stadiumgs/academygfx/0x2247350.jpg diff --git a/stadiumgs/academygfx/0x2247c00.jpg b/stadiumgs/academygfx/0x2247c00.jpg Binary files differnew file mode 100644 index 0000000..27ca4ed --- /dev/null +++ b/stadiumgs/academygfx/0x2247c00.jpg diff --git a/stadiumgs/academygfx/0x2248410.jpg b/stadiumgs/academygfx/0x2248410.jpg Binary files differnew file mode 100644 index 0000000..a4f2a16 --- /dev/null +++ b/stadiumgs/academygfx/0x2248410.jpg diff --git a/stadiumgs/academygfx/0x2248db0.jpg b/stadiumgs/academygfx/0x2248db0.jpg Binary files differnew file mode 100644 index 0000000..5e62f87 --- /dev/null +++ b/stadiumgs/academygfx/0x2248db0.jpg diff --git a/stadiumgs/academygfx/0x2249730.jpg b/stadiumgs/academygfx/0x2249730.jpg Binary files differnew file mode 100644 index 0000000..bac790f --- /dev/null +++ b/stadiumgs/academygfx/0x2249730.jpg diff --git a/stadiumgs/academygfx/0x224a210.jpg b/stadiumgs/academygfx/0x224a210.jpg Binary files differnew file mode 100644 index 0000000..dc55e4b --- /dev/null +++ b/stadiumgs/academygfx/0x224a210.jpg diff --git a/stadiumgs/academygfx/0x224bcc0.jpg b/stadiumgs/academygfx/0x224bcc0.jpg Binary files differnew file mode 100644 index 0000000..dadabee --- /dev/null +++ b/stadiumgs/academygfx/0x224bcc0.jpg diff --git a/stadiumgs/academygfx/0x224d680.jpg b/stadiumgs/academygfx/0x224d680.jpg Binary files differnew file mode 100644 index 0000000..0e15808 --- /dev/null +++ b/stadiumgs/academygfx/0x224d680.jpg diff --git a/stadiumgs/academygfx/0x224ec50.jpg b/stadiumgs/academygfx/0x224ec50.jpg Binary files differnew file mode 100644 index 0000000..d5fde80 --- /dev/null +++ b/stadiumgs/academygfx/0x224ec50.jpg diff --git a/stadiumgs/academygfx/0x224f3f0.jpg b/stadiumgs/academygfx/0x224f3f0.jpg Binary files differnew file mode 100644 index 0000000..d43e8e3 --- /dev/null +++ b/stadiumgs/academygfx/0x224f3f0.jpg diff --git a/stadiumgs/academygfx/0x224f9c0.jpg b/stadiumgs/academygfx/0x224f9c0.jpg Binary files differnew file mode 100644 index 0000000..4da4e64 --- /dev/null +++ b/stadiumgs/academygfx/0x224f9c0.jpg diff --git a/stadiumgs/academygfx/0x2252960.jpg b/stadiumgs/academygfx/0x2252960.jpg Binary files differnew file mode 100644 index 0000000..75801f8 --- /dev/null +++ b/stadiumgs/academygfx/0x2252960.jpg diff --git a/stadiumgs/academygfx/0x2255980.jpg b/stadiumgs/academygfx/0x2255980.jpg Binary files differnew file mode 100644 index 0000000..791ea0a --- /dev/null +++ b/stadiumgs/academygfx/0x2255980.jpg diff --git a/stadiumgs/academygfx/0x2257c50.jpg b/stadiumgs/academygfx/0x2257c50.jpg Binary files differnew file mode 100644 index 0000000..fc061ab --- /dev/null +++ b/stadiumgs/academygfx/0x2257c50.jpg diff --git a/stadiumgs/academygfx/0x2258620.jpg b/stadiumgs/academygfx/0x2258620.jpg Binary files differnew file mode 100644 index 0000000..14dfac4 --- /dev/null +++ b/stadiumgs/academygfx/0x2258620.jpg diff --git a/stadiumgs/academygfx/0x2258e00.jpg b/stadiumgs/academygfx/0x2258e00.jpg Binary files differnew file mode 100644 index 0000000..940f629 --- /dev/null +++ b/stadiumgs/academygfx/0x2258e00.jpg diff --git a/stadiumgs/academygfx/0x225a270.jpg b/stadiumgs/academygfx/0x225a270.jpg Binary files differnew file mode 100644 index 0000000..d8cf425 --- /dev/null +++ b/stadiumgs/academygfx/0x225a270.jpg diff --git a/stadiumgs/academygfx/0x225a3d0.jpg b/stadiumgs/academygfx/0x225a3d0.jpg Binary files differnew file mode 100644 index 0000000..3836dfe --- /dev/null +++ b/stadiumgs/academygfx/0x225a3d0.jpg diff --git a/stadiumgs/academygfx/0x225a540.jpg b/stadiumgs/academygfx/0x225a540.jpg Binary files differnew file mode 100644 index 0000000..3836dfe --- /dev/null +++ b/stadiumgs/academygfx/0x225a540.jpg diff --git a/stadiumgs/academygfx/0x225a6b0.jpg b/stadiumgs/academygfx/0x225a6b0.jpg Binary files differnew file mode 100644 index 0000000..3836dfe --- /dev/null +++ b/stadiumgs/academygfx/0x225a6b0.jpg diff --git a/stadiumgs/backgrounds b/stadiumgs/backgrounds deleted file mode 160000 -Subproject def8062c9bc0918ce37da79bbcad92c1082006c diff --git a/stadiumgs/backgrounds/0x1f079c0.jpg b/stadiumgs/backgrounds/0x1f079c0.jpg Binary files differnew file mode 100644 index 0000000..e02f272 --- /dev/null +++ b/stadiumgs/backgrounds/0x1f079c0.jpg diff --git a/stadiumgs/backgrounds/0x1f225e0.jpg b/stadiumgs/backgrounds/0x1f225e0.jpg Binary files differnew file mode 100644 index 0000000..221f324 --- /dev/null +++ b/stadiumgs/backgrounds/0x1f225e0.jpg diff --git a/stadiumgs/backgrounds/0x1f48620.jpg b/stadiumgs/backgrounds/0x1f48620.jpg Binary files differnew file mode 100644 index 0000000..a2d6a2d --- /dev/null +++ b/stadiumgs/backgrounds/0x1f48620.jpg diff --git a/stadiumgs/backgrounds/0x1f4eca0.jpg b/stadiumgs/backgrounds/0x1f4eca0.jpg Binary files differnew file mode 100644 index 0000000..fe7d38f --- /dev/null +++ b/stadiumgs/backgrounds/0x1f4eca0.jpg diff --git a/stadiumgs/backgrounds/0x1fe3520.jpg b/stadiumgs/backgrounds/0x1fe3520.jpg Binary files differnew file mode 100644 index 0000000..d692ac7 --- /dev/null +++ b/stadiumgs/backgrounds/0x1fe3520.jpg diff --git a/stadiumgs/backgrounds/0x1fea540.jpg b/stadiumgs/backgrounds/0x1fea540.jpg Binary files differnew file mode 100644 index 0000000..0972b79 --- /dev/null +++ b/stadiumgs/backgrounds/0x1fea540.jpg diff --git a/stadiumgs/backgrounds/castlejohto.jpg b/stadiumgs/backgrounds/castlejohto.jpg Binary files differnew file mode 100644 index 0000000..c10fe4e --- /dev/null +++ b/stadiumgs/backgrounds/castlejohto.jpg diff --git a/stadiumgs/backgrounds/castlekanto.jpg b/stadiumgs/backgrounds/castlekanto.jpg Binary files differnew file mode 100644 index 0000000..0770855 --- /dev/null +++ b/stadiumgs/backgrounds/castlekanto.jpg diff --git a/stadiumgs/backgrounds/castleplateau.jpg b/stadiumgs/backgrounds/castleplateau.jpg Binary files differnew file mode 100644 index 0000000..7ad2a06 --- /dev/null +++ b/stadiumgs/backgrounds/castleplateau.jpg diff --git a/stadiumgs/backgrounds/classroom1.jpg b/stadiumgs/backgrounds/classroom1.jpg Binary files differnew file mode 100644 index 0000000..029710e --- /dev/null +++ b/stadiumgs/backgrounds/classroom1.jpg diff --git a/stadiumgs/backgrounds/classroom2.jpg b/stadiumgs/backgrounds/classroom2.jpg Binary files differnew file mode 100644 index 0000000..c32fae5 --- /dev/null +++ b/stadiumgs/backgrounds/classroom2.jpg diff --git a/stadiumgs/backgrounds/credits/blainevspryce.jpg b/stadiumgs/backgrounds/credits/blainevspryce.jpg Binary files differnew file mode 100644 index 0000000..bb762ef --- /dev/null +++ b/stadiumgs/backgrounds/credits/blainevspryce.jpg diff --git a/stadiumgs/backgrounds/credits/bugsyvskaren.jpg b/stadiumgs/backgrounds/credits/bugsyvskaren.jpg Binary files differnew file mode 100644 index 0000000..07eca8e --- /dev/null +++ b/stadiumgs/backgrounds/credits/bugsyvskaren.jpg diff --git a/stadiumgs/backgrounds/credits/chuckvsbruno.jpg b/stadiumgs/backgrounds/credits/chuckvsbruno.jpg Binary files differnew file mode 100644 index 0000000..700546d --- /dev/null +++ b/stadiumgs/backgrounds/credits/chuckvsbruno.jpg diff --git a/stadiumgs/backgrounds/credits/falknervserika.jpg b/stadiumgs/backgrounds/credits/falknervserika.jpg Binary files differnew file mode 100644 index 0000000..000c232 --- /dev/null +++ b/stadiumgs/backgrounds/credits/falknervserika.jpg diff --git a/stadiumgs/backgrounds/credits/janinevskoga.jpg b/stadiumgs/backgrounds/credits/janinevskoga.jpg Binary files differnew file mode 100644 index 0000000..7918d3e --- /dev/null +++ b/stadiumgs/backgrounds/credits/janinevskoga.jpg diff --git a/stadiumgs/backgrounds/credits/jasminevsbrock.jpg b/stadiumgs/backgrounds/credits/jasminevsbrock.jpg Binary files differnew file mode 100644 index 0000000..485643d --- /dev/null +++ b/stadiumgs/backgrounds/credits/jasminevsbrock.jpg diff --git a/stadiumgs/backgrounds/credits/lancevsclair.jpg b/stadiumgs/backgrounds/credits/lancevsclair.jpg Binary files differnew file mode 100644 index 0000000..2029a6c --- /dev/null +++ b/stadiumgs/backgrounds/credits/lancevsclair.jpg diff --git a/stadiumgs/backgrounds/credits/mistyvswhitney.jpg b/stadiumgs/backgrounds/credits/mistyvswhitney.jpg Binary files differnew file mode 100644 index 0000000..5854aa2 --- /dev/null +++ b/stadiumgs/backgrounds/credits/mistyvswhitney.jpg diff --git a/stadiumgs/backgrounds/credits/redvsblue.jpg b/stadiumgs/backgrounds/credits/redvsblue.jpg Binary files differnew file mode 100644 index 0000000..89339da --- /dev/null +++ b/stadiumgs/backgrounds/credits/redvsblue.jpg diff --git a/stadiumgs/backgrounds/credits/rivalvskris.jpg b/stadiumgs/backgrounds/credits/rivalvskris.jpg Binary files differnew file mode 100644 index 0000000..b859f84 --- /dev/null +++ b/stadiumgs/backgrounds/credits/rivalvskris.jpg diff --git a/stadiumgs/backgrounds/credits/sabrinavswill.jpg b/stadiumgs/backgrounds/credits/sabrinavswill.jpg Binary files differnew file mode 100644 index 0000000..2f21a6b --- /dev/null +++ b/stadiumgs/backgrounds/credits/sabrinavswill.jpg diff --git a/stadiumgs/backgrounds/credits/surgevsmorty.jpg b/stadiumgs/backgrounds/credits/surgevsmorty.jpg Binary files differnew file mode 100644 index 0000000..34c1ccb --- /dev/null +++ b/stadiumgs/backgrounds/credits/surgevsmorty.jpg diff --git a/stadiumgs/backgrounds/freebattle.jpg b/stadiumgs/backgrounds/freebattle.jpg Binary files differnew file mode 100644 index 0000000..e2ce18a --- /dev/null +++ b/stadiumgs/backgrounds/freebattle.jpg diff --git a/stadiumgs/backgrounds/gamepakcheck.jpg b/stadiumgs/backgrounds/gamepakcheck.jpg Binary files differnew file mode 100644 index 0000000..85e646c --- /dev/null +++ b/stadiumgs/backgrounds/gamepakcheck.jpg diff --git a/stadiumgs/backgrounds/hoohlugia.jpg b/stadiumgs/backgrounds/hoohlugia.jpg Binary files differnew file mode 100644 index 0000000..ef9605c --- /dev/null +++ b/stadiumgs/backgrounds/hoohlugia.jpg diff --git a/stadiumgs/backgrounds/lab.jpg b/stadiumgs/backgrounds/lab.jpg Binary files differnew file mode 100644 index 0000000..2756622 --- /dev/null +++ b/stadiumgs/backgrounds/lab.jpg diff --git a/stadiumgs/backgrounds/labmachine.jpg b/stadiumgs/backgrounds/labmachine.jpg Binary files differnew file mode 100644 index 0000000..a06c8b5 --- /dev/null +++ b/stadiumgs/backgrounds/labmachine.jpg diff --git a/stadiumgs/backgrounds/library1.jpg b/stadiumgs/backgrounds/library1.jpg Binary files differnew file mode 100644 index 0000000..1b91bd4 --- /dev/null +++ b/stadiumgs/backgrounds/library1.jpg diff --git a/stadiumgs/backgrounds/library2.jpg b/stadiumgs/backgrounds/library2.jpg Binary files differnew file mode 100644 index 0000000..7462ff0 --- /dev/null +++ b/stadiumgs/backgrounds/library2.jpg diff --git a/stadiumgs/backgrounds/library3.jpg b/stadiumgs/backgrounds/library3.jpg Binary files differnew file mode 100644 index 0000000..7462ff0 --- /dev/null +++ b/stadiumgs/backgrounds/library3.jpg diff --git a/stadiumgs/backgrounds/minigames.jpg b/stadiumgs/backgrounds/minigames.jpg Binary files differnew file mode 100644 index 0000000..38feb41 --- /dev/null +++ b/stadiumgs/backgrounds/minigames.jpg diff --git a/stadiumgs/backgrounds/myroom.jpg b/stadiumgs/backgrounds/myroom.jpg Binary files differnew file mode 100644 index 0000000..2b073fd --- /dev/null +++ b/stadiumgs/backgrounds/myroom.jpg diff --git a/stadiumgs/backgrounds/mysterygift.jpg b/stadiumgs/backgrounds/mysterygift.jpg Binary files differnew file mode 100644 index 0000000..0021527 --- /dev/null +++ b/stadiumgs/backgrounds/mysterygift.jpg diff --git a/stadiumgs/backgrounds/pleaseselect.jpg b/stadiumgs/backgrounds/pleaseselect.jpg Binary files differnew file mode 100644 index 0000000..ee09fb7 --- /dev/null +++ b/stadiumgs/backgrounds/pleaseselect.jpg diff --git a/stadiumgs/backgrounds/pokedex.jpg b/stadiumgs/backgrounds/pokedex.jpg Binary files differnew file mode 100644 index 0000000..07c0e84 --- /dev/null +++ b/stadiumgs/backgrounds/pokedex.jpg diff --git a/stadiumgs/backgrounds/quiz.jpg b/stadiumgs/backgrounds/quiz.jpg Binary files differnew file mode 100644 index 0000000..172668a --- /dev/null +++ b/stadiumgs/backgrounds/quiz.jpg diff --git a/stadiumgs/backgrounds/selectpokemon/0x1f449b0.jpg b/stadiumgs/backgrounds/selectpokemon/0x1f449b0.jpg Binary files differnew file mode 100644 index 0000000..44c3ed7 --- /dev/null +++ b/stadiumgs/backgrounds/selectpokemon/0x1f449b0.jpg diff --git a/stadiumgs/backgrounds/selectpokemon/battlenow.jpg b/stadiumgs/backgrounds/selectpokemon/battlenow.jpg Binary files differnew file mode 100644 index 0000000..eb7d309 --- /dev/null +++ b/stadiumgs/backgrounds/selectpokemon/battlenow.jpg diff --git a/stadiumgs/backgrounds/selectpokemon/challengecup.jpg b/stadiumgs/backgrounds/selectpokemon/challengecup.jpg Binary files differnew file mode 100644 index 0000000..507820f --- /dev/null +++ b/stadiumgs/backgrounds/selectpokemon/challengecup.jpg diff --git a/stadiumgs/backgrounds/selectpokemon/littlecup.jpg b/stadiumgs/backgrounds/selectpokemon/littlecup.jpg Binary files differnew file mode 100644 index 0000000..8061975 --- /dev/null +++ b/stadiumgs/backgrounds/selectpokemon/littlecup.jpg diff --git a/stadiumgs/backgrounds/selectpokemon/pokecup.jpg b/stadiumgs/backgrounds/selectpokemon/pokecup.jpg Binary files differnew file mode 100644 index 0000000..9939dc2 --- /dev/null +++ b/stadiumgs/backgrounds/selectpokemon/pokecup.jpg diff --git a/stadiumgs/backgrounds/selectpokemon/primecup.jpg b/stadiumgs/backgrounds/selectpokemon/primecup.jpg Binary files differnew file mode 100644 index 0000000..179fa61 --- /dev/null +++ b/stadiumgs/backgrounds/selectpokemon/primecup.jpg diff --git a/stadiumgs/backgrounds/stadium.jpg b/stadiumgs/backgrounds/stadium.jpg Binary files differnew file mode 100644 index 0000000..5394f81 --- /dev/null +++ b/stadiumgs/backgrounds/stadium.jpg diff --git a/stadiumgs/backgrounds/title1.jpg b/stadiumgs/backgrounds/title1.jpg Binary files differnew file mode 100644 index 0000000..83e9cda --- /dev/null +++ b/stadiumgs/backgrounds/title1.jpg diff --git a/stadiumgs/backgrounds/title2.jpg b/stadiumgs/backgrounds/title2.jpg Binary files differnew file mode 100644 index 0000000..afa839a --- /dev/null +++ b/stadiumgs/backgrounds/title2.jpg diff --git a/stadiumgs/backgrounds/whitecity1.jpg b/stadiumgs/backgrounds/whitecity1.jpg Binary files differnew file mode 100644 index 0000000..623557d --- /dev/null +++ b/stadiumgs/backgrounds/whitecity1.jpg diff --git a/stadiumgs/backgrounds/whitecity2.jpg b/stadiumgs/backgrounds/whitecity2.jpg Binary files differnew file mode 100644 index 0000000..071f336 --- /dev/null +++ b/stadiumgs/backgrounds/whitecity2.jpg diff --git a/stadiumgs/presjpeg b/stadiumgs/presjpeg deleted file mode 160000 -Subproject bedcfd6ab0b22a3f4882f70ca5cdd634784ebef diff --git a/utils/Makefile b/utils/Makefile index edbdf23..602686e 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -6,7 +6,8 @@ BINARIES = \ json2rostertbl \ extractbin \ face2png \ - padff + padff \ + presjpeg all: ${BINARIES} @@ -16,5 +17,8 @@ json2rostertbl: json2rostertbl.c constants.h face2png: face2png.c cc `pkg-config --cflags --libs libpng` -o $@ face2png.c +presjpeg: presjpeg.c + cc -I/usr/local/include -L/usr/local/lib -ljpeg -o $@ presjpeg.c + clean: rm -f ${BINARIES} |