You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Use "battle_anims" and "sprite_anims" for clarity, not just "anims"
This commit is contained in:
File diff suppressed because it is too large
Load Diff
1270
data/battle_anims/framesets.asm
Executable file
1270
data/battle_anims/framesets.asm
Executable file
File diff suppressed because it is too large
Load Diff
41
data/icon_pointers.asm
Normal file
41
data/icon_pointers.asm
Normal file
@@ -0,0 +1,41 @@
|
||||
IconPointers:
|
||||
; entries correspond to ICON_* constants
|
||||
dw NullIcon
|
||||
dw PoliwagIcon
|
||||
dw JigglypuffIcon
|
||||
dw DiglettIcon
|
||||
dw PikachuIcon
|
||||
dw StaryuIcon
|
||||
dw FishIcon
|
||||
dw BirdIcon
|
||||
dw MonsterIcon
|
||||
dw ClefairyIcon
|
||||
dw OddishIcon
|
||||
dw BugIcon
|
||||
dw GhostIcon
|
||||
dw LaprasIcon
|
||||
dw HumanshapeIcon
|
||||
dw FoxIcon
|
||||
dw EquineIcon
|
||||
dw ShellIcon
|
||||
dw BlobIcon
|
||||
dw SerpentIcon
|
||||
dw VoltorbIcon
|
||||
dw SquirtleIcon
|
||||
dw BulbasaurIcon
|
||||
dw CharmanderIcon
|
||||
dw CaterpillarIcon
|
||||
dw UnownIcon
|
||||
dw GeodudeIcon
|
||||
dw FighterIcon
|
||||
dw EggIcon
|
||||
dw JellyfishIcon
|
||||
dw MothIcon
|
||||
dw BatIcon
|
||||
dw SnorlaxIcon
|
||||
dw HoOhIcon
|
||||
dw LugiaIcon
|
||||
dw GyaradosIcon
|
||||
dw SlowpokeIcon
|
||||
dw SudowoodoIcon
|
||||
dw BigmonIcon
|
541
data/palettes/pokemon_palettes.asm
Normal file
541
data/palettes/pokemon_palettes.asm
Normal file
File diff suppressed because it is too large
Load Diff
76
data/palettes/trainer_palettes.asm
Normal file
76
data/palettes/trainer_palettes.asm
Normal file
@@ -0,0 +1,76 @@
|
||||
TrainerPalettes: ; b0ce
|
||||
; entries correspond to trainer classes
|
||||
|
||||
PlayerPalette: ; b0ce
|
||||
; Chris uses the same colors as Cal
|
||||
INCLUDE "gfx/trainers/cal.pal"
|
||||
KrisPalette: ; b0d0
|
||||
; Kris shares Falkner's palette
|
||||
INCLUDE "gfx/trainers/falkner.pal"
|
||||
INCLUDE "gfx/trainers/whitney.pal"
|
||||
INCLUDE "gfx/trainers/bugsy.pal"
|
||||
INCLUDE "gfx/trainers/morty.pal"
|
||||
INCLUDE "gfx/trainers/pryce.pal"
|
||||
INCLUDE "gfx/trainers/jasmine.pal"
|
||||
INCLUDE "gfx/trainers/chuck.pal"
|
||||
INCLUDE "gfx/trainers/clair.pal"
|
||||
INCLUDE "gfx/trainers/rival1.pal"
|
||||
INCLUDE "gfx/trainers/oak.pal"
|
||||
INCLUDE "gfx/trainers/will.pal"
|
||||
INCLUDE "gfx/trainers/cal.pal"
|
||||
INCLUDE "gfx/trainers/bruno.pal"
|
||||
INCLUDE "gfx/trainers/karen.pal"
|
||||
INCLUDE "gfx/trainers/koga.pal"
|
||||
INCLUDE "gfx/trainers/champion.pal"
|
||||
INCLUDE "gfx/trainers/brock.pal"
|
||||
INCLUDE "gfx/trainers/misty.pal"
|
||||
INCLUDE "gfx/trainers/lt_surge.pal"
|
||||
INCLUDE "gfx/trainers/scientist.pal"
|
||||
INCLUDE "gfx/trainers/erika.pal"
|
||||
INCLUDE "gfx/trainers/youngster.pal"
|
||||
INCLUDE "gfx/trainers/schoolboy.pal"
|
||||
INCLUDE "gfx/trainers/bird_keeper.pal"
|
||||
INCLUDE "gfx/trainers/lass.pal"
|
||||
INCLUDE "gfx/trainers/janine.pal"
|
||||
INCLUDE "gfx/trainers/cooltrainer_m.pal"
|
||||
INCLUDE "gfx/trainers/cooltrainer_f.pal"
|
||||
INCLUDE "gfx/trainers/beauty.pal"
|
||||
INCLUDE "gfx/trainers/pokemaniac.pal"
|
||||
INCLUDE "gfx/trainers/grunt_m.pal"
|
||||
INCLUDE "gfx/trainers/gentleman.pal"
|
||||
INCLUDE "gfx/trainers/skier.pal"
|
||||
INCLUDE "gfx/trainers/teacher.pal"
|
||||
INCLUDE "gfx/trainers/sabrina.pal"
|
||||
INCLUDE "gfx/trainers/bug_catcher.pal"
|
||||
INCLUDE "gfx/trainers/fisher.pal"
|
||||
INCLUDE "gfx/trainers/swimmer_m.pal"
|
||||
INCLUDE "gfx/trainers/swimmer_f.pal"
|
||||
INCLUDE "gfx/trainers/sailor.pal"
|
||||
INCLUDE "gfx/trainers/super_nerd.pal"
|
||||
INCLUDE "gfx/trainers/rival2.pal"
|
||||
INCLUDE "gfx/trainers/guitarist.pal"
|
||||
INCLUDE "gfx/trainers/hiker.pal"
|
||||
INCLUDE "gfx/trainers/biker.pal"
|
||||
INCLUDE "gfx/trainers/blaine.pal"
|
||||
INCLUDE "gfx/trainers/burglar.pal"
|
||||
INCLUDE "gfx/trainers/firebreather.pal"
|
||||
INCLUDE "gfx/trainers/juggler.pal"
|
||||
INCLUDE "gfx/trainers/blackbelt_t.pal"
|
||||
INCLUDE "gfx/trainers/executive_m.pal"
|
||||
INCLUDE "gfx/trainers/psychic_t.pal"
|
||||
INCLUDE "gfx/trainers/picnicker.pal"
|
||||
INCLUDE "gfx/trainers/camper.pal"
|
||||
INCLUDE "gfx/trainers/executive_f.pal"
|
||||
INCLUDE "gfx/trainers/sage.pal"
|
||||
INCLUDE "gfx/trainers/medium.pal"
|
||||
INCLUDE "gfx/trainers/boarder.pal"
|
||||
INCLUDE "gfx/trainers/pokefan_m.pal"
|
||||
INCLUDE "gfx/trainers/kimono_girl.pal"
|
||||
INCLUDE "gfx/trainers/twins.pal"
|
||||
INCLUDE "gfx/trainers/pokefan_f.pal"
|
||||
INCLUDE "gfx/trainers/red.pal"
|
||||
INCLUDE "gfx/trainers/blue.pal"
|
||||
INCLUDE "gfx/trainers/officer.pal"
|
||||
INCLUDE "gfx/trainers/grunt_f.pal"
|
||||
INCLUDE "gfx/trainers/mysticalman.pal"
|
||||
; b1de
|
511
data/pokemon/pic_pointers.asm
Normal file
511
data/pokemon/pic_pointers.asm
Normal file
File diff suppressed because it is too large
Load Diff
54
data/pokemon/unown_pic_pointers.asm
Normal file
54
data/pokemon/unown_pic_pointers.asm
Normal file
@@ -0,0 +1,54 @@
|
||||
UnownPicPointers::
|
||||
; entries correspond to Unown letters, two apiece
|
||||
dba_pic UnownAFrontpic
|
||||
dba_pic UnownABackpic
|
||||
dba_pic UnownBFrontpic
|
||||
dba_pic UnownBBackpic
|
||||
dba_pic UnownCFrontpic
|
||||
dba_pic UnownCBackpic
|
||||
dba_pic UnownDFrontpic
|
||||
dba_pic UnownDBackpic
|
||||
dba_pic UnownEFrontpic
|
||||
dba_pic UnownEBackpic
|
||||
dba_pic UnownFFrontpic
|
||||
dba_pic UnownFBackpic
|
||||
dba_pic UnownGFrontpic
|
||||
dba_pic UnownGBackpic
|
||||
dba_pic UnownHFrontpic
|
||||
dba_pic UnownHBackpic
|
||||
dba_pic UnownIFrontpic
|
||||
dba_pic UnownIBackpic
|
||||
dba_pic UnownJFrontpic
|
||||
dba_pic UnownJBackpic
|
||||
dba_pic UnownKFrontpic
|
||||
dba_pic UnownKBackpic
|
||||
dba_pic UnownLFrontpic
|
||||
dba_pic UnownLBackpic
|
||||
dba_pic UnownMFrontpic
|
||||
dba_pic UnownMBackpic
|
||||
dba_pic UnownNFrontpic
|
||||
dba_pic UnownNBackpic
|
||||
dba_pic UnownOFrontpic
|
||||
dba_pic UnownOBackpic
|
||||
dba_pic UnownPFrontpic
|
||||
dba_pic UnownPBackpic
|
||||
dba_pic UnownQFrontpic
|
||||
dba_pic UnownQBackpic
|
||||
dba_pic UnownRFrontpic
|
||||
dba_pic UnownRBackpic
|
||||
dba_pic UnownSFrontpic
|
||||
dba_pic UnownSBackpic
|
||||
dba_pic UnownTFrontpic
|
||||
dba_pic UnownTBackpic
|
||||
dba_pic UnownUFrontpic
|
||||
dba_pic UnownUBackpic
|
||||
dba_pic UnownVFrontpic
|
||||
dba_pic UnownVBackpic
|
||||
dba_pic UnownWFrontpic
|
||||
dba_pic UnownWBackpic
|
||||
dba_pic UnownXFrontpic
|
||||
dba_pic UnownXBackpic
|
||||
dba_pic UnownYFrontpic
|
||||
dba_pic UnownYBackpic
|
||||
dba_pic UnownZFrontpic
|
||||
dba_pic UnownZBackpic
|
69
data/trainers/pic_pointers.asm
Normal file
69
data/trainers/pic_pointers.asm
Normal file
@@ -0,0 +1,69 @@
|
||||
TrainerPicPointers::
|
||||
; entries correspond to trainer classes (see constants/trainer_constants.asm)
|
||||
dba_pic FalknerPic
|
||||
dba_pic WhitneyPic
|
||||
dba_pic BugsyPic
|
||||
dba_pic MortyPic
|
||||
dba_pic PrycePic
|
||||
dba_pic JasminePic
|
||||
dba_pic ChuckPic
|
||||
dba_pic ClairPic
|
||||
dba_pic Rival1Pic
|
||||
dba_pic PokemonProfPic
|
||||
dba_pic WillPic
|
||||
dba_pic CalPic
|
||||
dba_pic BrunoPic
|
||||
dba_pic KarenPic
|
||||
dba_pic KogaPic
|
||||
dba_pic ChampionPic
|
||||
dba_pic BrockPic
|
||||
dba_pic MistyPic
|
||||
dba_pic LtSurgePic
|
||||
dba_pic ScientistPic
|
||||
dba_pic ErikaPic
|
||||
dba_pic YoungsterPic
|
||||
dba_pic SchoolboyPic
|
||||
dba_pic BirdKeeperPic
|
||||
dba_pic LassPic
|
||||
dba_pic JaninePic
|
||||
dba_pic CooltrainermPic
|
||||
dba_pic CooltrainerfPic
|
||||
dba_pic BeautyPic
|
||||
dba_pic PokemaniacPic
|
||||
dba_pic GruntmPic
|
||||
dba_pic GentlemanPic
|
||||
dba_pic SkierPic
|
||||
dba_pic TeacherPic
|
||||
dba_pic SabrinaPic
|
||||
dba_pic BugCatcherPic
|
||||
dba_pic FisherPic
|
||||
dba_pic SwimmermPic
|
||||
dba_pic SwimmerfPic
|
||||
dba_pic SailorPic
|
||||
dba_pic SuperNerdPic
|
||||
dba_pic Rival2Pic
|
||||
dba_pic GuitaristPic
|
||||
dba_pic HikerPic
|
||||
dba_pic BikerPic
|
||||
dba_pic BlainePic
|
||||
dba_pic BurglarPic
|
||||
dba_pic FirebreatherPic
|
||||
dba_pic JugglerPic
|
||||
dba_pic BlackbeltTPic
|
||||
dba_pic ExecutivemPic
|
||||
dba_pic PsychicTPic
|
||||
dba_pic PicnickerPic
|
||||
dba_pic CamperPic
|
||||
dba_pic ExecutivefPic
|
||||
dba_pic SagePic
|
||||
dba_pic MediumPic
|
||||
dba_pic BoarderPic
|
||||
dba_pic PokefanmPic
|
||||
dba_pic KimonoGirlPic
|
||||
dba_pic TwinsPic
|
||||
dba_pic PokefanfPic
|
||||
dba_pic RedPic
|
||||
dba_pic BluePic
|
||||
dba_pic OfficerPic
|
||||
dba_pic GruntfPic
|
||||
dba_pic MysticalmanPic
|
Reference in New Issue
Block a user