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

75 lines
2.4 KiB
PHP

.global gKaoBulbasaur
gKaoBulbasaur:
kao_siro sPortraitsBulbasaur
sBulbasaurNormalPal:
.incbin "baserom.gba", 0x167FE88, 0x40
sBulbasaurNormalGfx:
.string "AT4PX"
.incbin "baserom.gba", 0x167FECD, 0x2BF
sBulbasaurHappyPal:
.incbin "baserom.gba", 0x168018C, 0x40
sBulbasaurHappyGfx:
.incbin "baserom.gba", 0x16801CC, 0x2AC
sBulbasaurPainedPal:
.incbin "baserom.gba", 0x1680478, 0x40
sBulbasaurPainedGfx:
.string "AT4PX"
.incbin "baserom.gba", 0x16804BD, 0x2C3
sBulbasaurAngryPal:
.incbin "baserom.gba", 0x1680780, 0x40
sBulbasaurAngryGfx:
.string "AT4PX"
.incbin "baserom.gba", 0x16807C5, 0x2DF
sBulbasaurWorriedPal:
.incbin "baserom.gba", 0x1680AA4, 0x40
sBulbasaurWorriedGfx:
.incbin "baserom.gba", 0x1680AE4, 0x2CC
sBulbasaurSadPal:
.incbin "baserom.gba", 0x1680DB0, 0x40
sBulbasaurSadGfx:
.string "AT4PX"
.incbin "baserom.gba", 0x1680DF5, 0x2A7
sBulbasaurCryingPal:
.incbin "baserom.gba", 0x168109C, 0x40
sBulbasaurCryingGfx:
.incbin "baserom.gba", 0x16810DC, 0x2BC
sBulbasaurShoutingPal:
.incbin "baserom.gba", 0x1681398, 0x40
sBulbasaurShoutingGfx:
.incbin "baserom.gba", 0x16813D8, 0x2C8
sBulbasaurTearyEyePal:
.incbin "baserom.gba", 0x16816A0, 0x40
sBulbasaurTearyEyeGfx:
.string "AT4PX"
.incbin "baserom.gba", 0x16816E5, 0x2A7
sBulbasaurDeterminedPal:
.incbin "baserom.gba", 0x168198C, 0x40
sBulbasaurDeterminedGfx:
.incbin "baserom.gba", 0x16819CC, 0x2B0
sBulbasaurJoyousPal:
.incbin "baserom.gba", 0x1681C7C, 0x40
sBulbasaurJoyousGfx:
.incbin "baserom.gba", 0x1681CBC, 0x2C0
sBulbasaurInspiredPal:
.incbin "baserom.gba", 0x1681F7C, 0x40
sBulbasaurInspiredGfx:
.incbin "baserom.gba", 0x1681FBC, 0x2BC
sBulbasaurSurprisedPal:
.incbin "baserom.gba", 0x1682278, 0x40
sBulbasaurSurprisedGfx:
.incbin "baserom.gba", 0x16822B8, 0x2D0
sPortraitsBulbasaur:
kao_portrait sBulbasaurNormalPal, sBulbasaurNormalGfx
kao_portrait sBulbasaurHappyPal, sBulbasaurHappyGfx
kao_portrait sBulbasaurPainedPal, sBulbasaurPainedGfx
kao_portrait sBulbasaurAngryPal, sBulbasaurAngryGfx
kao_portrait sBulbasaurWorriedPal, sBulbasaurWorriedGfx
kao_portrait sBulbasaurSadPal, sBulbasaurSadGfx
kao_portrait sBulbasaurCryingPal, sBulbasaurCryingGfx
kao_portrait sBulbasaurShoutingPal, sBulbasaurShoutingGfx
kao_portrait sBulbasaurTearyEyePal, sBulbasaurTearyEyeGfx
kao_portrait sBulbasaurDeterminedPal, sBulbasaurDeterminedGfx
kao_portrait sBulbasaurJoyousPal, sBulbasaurJoyousGfx
kao_portrait sBulbasaurInspiredPal, sBulbasaurInspiredGfx
kao_portrait sBulbasaurSurprisedPal, sBulbasaurSurprisedGfx