pmd-red/data/kao/squirtle.inc
2025-03-24 11:58:59 +01:00

75 lines
2.4 KiB
PHP

.global gKaoSquirtle
gKaoSquirtle:
kao_siro sPortraitsSquirtle
sSquirtleNormalPal:
.incbin "baserom.gba", 0x16857F8, 0x40
sSquirtleNormalGfx:
.string "AT4PX"
.incbin "baserom.gba", 0x168583D, 0x28F
sSquirtleHappyPal:
.incbin "baserom.gba", 0x1685ACC, 0x40
sSquirtleHappyGfx:
.incbin "baserom.gba", 0x1685B0C, 0x2A4
sSquirtlePainedPal:
.incbin "baserom.gba", 0x1685DB0, 0x40
sSquirtlePainedGfx:
.string "AT4PX"
.incbin "baserom.gba", 0x1685DF5, 0x2A3
sSquirtleAngryPal:
.incbin "baserom.gba", 0x1686098, 0x40
sSquirtleAngryGfx:
.string "AT4PX"
.incbin "baserom.gba", 0x16860DD, 0x2C7
sSquirtleWorriedPal:
.incbin "baserom.gba", 0x16863A4, 0x40
sSquirtleWorriedGfx:
.incbin "baserom.gba", 0x16863E4, 0x2B4
sSquirtleSadPal:
.incbin "baserom.gba", 0x1686698, 0x40
sSquirtleSadGfx:
.incbin "baserom.gba", 0x16866D8, 0x29C
sSquirtleCryingPal:
.incbin "baserom.gba", 0x1686974, 0x40
sSquirtleCryingGfx:
.incbin "baserom.gba", 0x16869B4, 0x2AC
sSquirtleShoutingPal:
.incbin "baserom.gba", 0x1686C60, 0x40
sSquirtleShoutingGfx:
.string "AT4PX"
.incbin "baserom.gba", 0x1686CA5, 0x2A7
sSquirtleTearyEyePal:
.incbin "baserom.gba", 0x1686F4C, 0x40
sSquirtleTearyEyeGfx:
.incbin "baserom.gba", 0x1686F8C, 0x2A0
sSquirtleDeterminedPal:
.incbin "baserom.gba", 0x168722C, 0x40
sSquirtleDeterminedGfx:
.incbin "baserom.gba", 0x168726C, 0x298
sSquirtleJoyousPal:
.incbin "baserom.gba", 0x1687504, 0x40
sSquirtleJoyousGfx:
.incbin "baserom.gba", 0x1687544, 0x2E4
sSquirtleInspiredPal:
.incbin "baserom.gba", 0x1687828, 0x40
sSquirtleInspiredGfx:
.incbin "baserom.gba", 0x1687868, 0x298
sSquirtleSurprisedPal:
.incbin "baserom.gba", 0x1687B00, 0x40
sSquirtleSurprisedGfx:
.string "AT4PX"
.incbin "baserom.gba", 0x1687B45, 0x2CB
sPortraitsSquirtle:
kao_portrait sSquirtleNormalPal, sSquirtleNormalGfx
kao_portrait sSquirtleHappyPal, sSquirtleHappyGfx
kao_portrait sSquirtlePainedPal, sSquirtlePainedGfx
kao_portrait sSquirtleAngryPal, sSquirtleAngryGfx
kao_portrait sSquirtleWorriedPal, sSquirtleWorriedGfx
kao_portrait sSquirtleSadPal, sSquirtleSadGfx
kao_portrait sSquirtleCryingPal, sSquirtleCryingGfx
kao_portrait sSquirtleShoutingPal, sSquirtleShoutingGfx
kao_portrait sSquirtleTearyEyePal, sSquirtleTearyEyeGfx
kao_portrait sSquirtleDeterminedPal, sSquirtleDeterminedGfx
kao_portrait sSquirtleJoyousPal, sSquirtleJoyousGfx
kao_portrait sSquirtleInspiredPal, sSquirtleInspiredGfx
kao_portrait sSquirtleSurprisedPal, sSquirtleSurprisedGfx