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

76 lines
2.3 KiB
PHP

.global gKaoTreecko
gKaoTreecko:
kao_siro sPortraitsTreecko
sTreeckoNormalPal:
.incbin "baserom.gba", 0x16A9614, 0x40
sTreeckoNormalGfx:
.string "AT4PX"
.incbin "baserom.gba", 0x16A9659, 0x28F
sTreeckoHappyPal:
.incbin "baserom.gba", 0x16A98E8, 0x40
sTreeckoHappyGfx:
.string "AT4PX"
.incbin "baserom.gba", 0x16A992D, 0x27F
sTreeckoPainedPal:
.incbin "baserom.gba", 0x16A9BAC, 0x40
sTreeckoPainedGfx:
.incbin "baserom.gba", 0x16A9BEC, 0x2A4
sTreeckoAngryPal:
.incbin "baserom.gba", 0x16A9E90, 0x40
sTreeckoAngryGfx:
.string "AT4PX"
.incbin "baserom.gba", 0x16A9ED5, 0x2A3
sTreeckoWorriedPal:
.incbin "baserom.gba", 0x16AA178, 0x40
sTreeckoWorriedGfx:
.incbin "baserom.gba", 0x16AA1B8, 0x298
sTreeckoSadPal:
.incbin "baserom.gba", 0x16AA450, 0x40
sTreeckoSadGfx:
.string "AT4PX"
.incbin "baserom.gba", 0x16AA495, 0x28B
sTreeckoCryingPal:
.incbin "baserom.gba", 0x16AA720, 0x40
sTreeckoCryingGfx:
.string "AT4PX"
.incbin "baserom.gba", 0x16AA765, 0x287
sTreeckoShoutingPal:
.incbin "baserom.gba", 0x16AA9EC, 0x40
sTreeckoShoutingGfx:
.incbin "baserom.gba", 0x16AAA2C, 0x2BC
sTreeckoTearyEyePal:
.incbin "baserom.gba", 0x16AACE8, 0x40
sTreeckoTearyEyeGfx:
.incbin "baserom.gba", 0x16AAD28, 0x29C
sTreeckoDeterminedPal:
.incbin "baserom.gba", 0x16AAFC4, 0x40
sTreeckoDeterminedGfx:
.incbin "baserom.gba", 0x16AB004, 0x27C
sTreeckoJoyousPal:
.incbin "baserom.gba", 0x16AB280, 0x40
sTreeckoJoyousGfx:
.string "AT4PX"
.incbin "baserom.gba", 0x16AB2C5, 0x2EF
sTreeckoInspiredPal:
.incbin "baserom.gba", 0x16AB5B4, 0x40
sTreeckoInspiredGfx:
.incbin "baserom.gba", 0x16AB5F4, 0x2A4
sTreeckoSurprisedPal:
.incbin "baserom.gba", 0x16AB898, 0x40
sTreeckoSurprisedGfx:
.incbin "baserom.gba", 0x16AB8D8, 0x2D4
sPortraitsTreecko:
kao_portrait sTreeckoNormalPal, sTreeckoNormalGfx
kao_portrait sTreeckoHappyPal, sTreeckoHappyGfx
kao_portrait sTreeckoPainedPal, sTreeckoPainedGfx
kao_portrait sTreeckoAngryPal, sTreeckoAngryGfx
kao_portrait sTreeckoWorriedPal, sTreeckoWorriedGfx
kao_portrait sTreeckoSadPal, sTreeckoSadGfx
kao_portrait sTreeckoCryingPal, sTreeckoCryingGfx
kao_portrait sTreeckoShoutingPal, sTreeckoShoutingGfx
kao_portrait sTreeckoTearyEyePal, sTreeckoTearyEyeGfx
kao_portrait sTreeckoDeterminedPal, sTreeckoDeterminedGfx
kao_portrait sTreeckoJoyousPal, sTreeckoJoyousGfx
kao_portrait sTreeckoInspiredPal, sTreeckoInspiredGfx
kao_portrait sTreeckoSurprisedPal, sTreeckoSurprisedGfx