mirror of
https://github.com/pret/pokepinballrs.git
synced 2026-03-21 17:24:13 -05:00
Some checks are pending
CI / build (push) Waiting to run
* Add tooling support for graphics with 2^n chunking * update to OAM handling, from 2n sizing * Update assembly to use the hex, rather than music name, for ease of uese in decompme/m2C * additional tools/examples * graphics build, not currently compare matching. * remove sprites.png * working conversion in make file! * stage/main folder done * stage/misc folder done * stage/ruby complete * stage/sapphire updated * base for remaining kinda-graphics; file name casing * more name casing * extract catch sprites * remove special 6x4 handling from oam slicer; switched hed the 2 images to using non-oam 2x2 chunks. (net same, but allows the 6x4 to process normally when things like the whalmer are found) * Palette info for the catch sprites, thanks to cyphgirl * obliterate the old hatch-sprite code * refactor segments to not have the base file name dependancy * catch mon 1-9, horizontal layout * rename the f param in the json for graphics * casing cleanup? * . * possible fix for the out of date segment piece * Replace graphic_cnvt_attrs.txt strategy with individually-generated makefile rules * Don't specify tileCount --------- Co-authored-by: Marcus Huderle <huderlem@gmail.com>
86 lines
5.3 KiB
C++
86 lines
5.3 KiB
C++
gMonCatchSprite_Gfx:: @ 0x08400C8C
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_01_treecko.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_02_torchic.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_03_mudkip.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_04_poochyena.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_05_zigzagoon.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_06_silcoon.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_07_cascoon.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_08_lombre.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_09_nuzleaf.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_10_tailow.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_11_wingull.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_12_slakoth.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_13_abra.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_14_nincada.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_15_loudred.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_16_makuhita.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_17_goldeen.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_18_magikarp.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_19_marill.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_20_geodude.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_21_nosepass.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_22_tentacool.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_23_sableye.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_24_mawile.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_25_machop.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_26_meditite.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_27_electrike.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_28_magnemite.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_29_voltorb.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_30_volbeat.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_31_illumise.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_32_doduo.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_33_roselia.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_34_carvanha.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_35_wailmer.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_36_numel.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_37_slugma.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_38_torkoal.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_39_grimer.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_40_koffing.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_41_skarmory.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_42_vibrava.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_43_cacnea.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_44_swablu.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_45_zangoose.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_46_seviper.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_47_lunatone.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_48_solrock.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_49_barboach.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_50_corphish.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_51_baltoy.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_52_lileep.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_53_anorith.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_54_jigglypuff.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_55_febas.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_56_castform.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_57_staryu.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_58_kecleon.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_59_duskull.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_60_tropius.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_61_absol.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_62_vulpix.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_63_pikachu.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_64_psyduck.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_65_wobbuffet.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_66_girafarig.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_67_pinsir.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_68_heracross.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_69_rhyhorn.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_70_clamperl.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_71_relicanth.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_72_luvdisc.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_73_shelgon.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_74_beldum.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_75_regirock.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_76_regice.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_77_registeel.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_78_latias.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_79_latios.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_80_jirachi.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_81_chikorita.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_82_cyndaquil.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_83_totodile.4bpp"
|
|
.incbin "graphics/mon_catch_sprites/catch_mon_84_aerodactyl.4bpp"
|