mirror of
https://github.com/pret/pmd-red.git
synced 2026-05-11 14:44:52 -05:00
78 lines
2.3 KiB
PHP
78 lines
2.3 KiB
PHP
.global gKaoCubone
|
|
gKaoCubone:
|
|
kao_siro sPortraitsCubone
|
|
sCuboneNormalPal:
|
|
.incbin "baserom.gba", 0x1698274, 0x40
|
|
sCuboneNormalGfx:
|
|
.string "AT4PX"
|
|
.incbin "baserom.gba", 0x16982B9, 0x2DB
|
|
sCuboneHappyPal:
|
|
.incbin "baserom.gba", 0x1698594, 0x40
|
|
sCuboneHappyGfx:
|
|
.string "AT4PX"
|
|
.incbin "baserom.gba", 0x16985D9, 0x2CF
|
|
sCubonePainedPal:
|
|
.incbin "baserom.gba", 0x16988A8, 0x40
|
|
sCubonePainedGfx:
|
|
.string "AT4PX"
|
|
.incbin "baserom.gba", 0x16988ED, 0x2B7
|
|
sCuboneAngryPal:
|
|
.incbin "baserom.gba", 0x1698BA4, 0x40
|
|
sCuboneAngryGfx:
|
|
.string "AT4PX"
|
|
.incbin "baserom.gba", 0x1698BE9, 0x2D7
|
|
sCuboneWorriedPal:
|
|
.incbin "baserom.gba", 0x1698EC0, 0x40
|
|
sCuboneWorriedGfx:
|
|
.incbin "baserom.gba", 0x1698F00, 0x2AC
|
|
sCuboneSadPal:
|
|
.incbin "baserom.gba", 0x16991AC, 0x40
|
|
sCuboneSadGfx:
|
|
.incbin "baserom.gba", 0x16991EC, 0x2C4
|
|
sCuboneCryingPal:
|
|
.incbin "baserom.gba", 0x16994B0, 0x40
|
|
sCuboneCryingGfx:
|
|
.string "AT4PX"
|
|
.incbin "baserom.gba", 0x16994F5, 0x2B7
|
|
sCuboneShoutingPal:
|
|
.incbin "baserom.gba", 0x16997AC, 0x40
|
|
sCuboneShoutingGfx:
|
|
.incbin "baserom.gba", 0x16997EC, 0x2F4
|
|
sCuboneTearyEyePal:
|
|
.incbin "baserom.gba", 0x1699AE0, 0x40
|
|
sCuboneTearyEyeGfx:
|
|
.string "AT4PX"
|
|
.incbin "baserom.gba", 0x1699B25, 0x2E3
|
|
sCuboneDeterminedPal:
|
|
.incbin "baserom.gba", 0x1699E08, 0x40
|
|
sCuboneDeterminedGfx:
|
|
.incbin "baserom.gba", 0x1699E48, 0x2B0
|
|
sCuboneJoyousPal:
|
|
.incbin "baserom.gba", 0x169A0F8, 0x40
|
|
sCuboneJoyousGfx:
|
|
.incbin "baserom.gba", 0x169A138, 0x2C8
|
|
sCuboneInspiredPal:
|
|
.incbin "baserom.gba", 0x169A400, 0x40
|
|
sCuboneInspiredGfx:
|
|
.string "AT4PX"
|
|
.incbin "baserom.gba", 0x169A445, 0x2DB
|
|
sCuboneSurprisedPal:
|
|
.incbin "baserom.gba", 0x169A720, 0x40
|
|
sCuboneSurprisedGfx:
|
|
.string "AT4PX"
|
|
.incbin "baserom.gba", 0x169A765, 0x2E3
|
|
sPortraitsCubone:
|
|
kao_portrait sCuboneNormalPal, sCuboneNormalGfx
|
|
kao_portrait sCuboneHappyPal, sCuboneHappyGfx
|
|
kao_portrait sCubonePainedPal, sCubonePainedGfx
|
|
kao_portrait sCuboneAngryPal, sCuboneAngryGfx
|
|
kao_portrait sCuboneWorriedPal, sCuboneWorriedGfx
|
|
kao_portrait sCuboneSadPal, sCuboneSadGfx
|
|
kao_portrait sCuboneCryingPal, sCuboneCryingGfx
|
|
kao_portrait sCuboneShoutingPal, sCuboneShoutingGfx
|
|
kao_portrait sCuboneTearyEyePal, sCuboneTearyEyeGfx
|
|
kao_portrait sCuboneDeterminedPal, sCuboneDeterminedGfx
|
|
kao_portrait sCuboneJoyousPal, sCuboneJoyousGfx
|
|
kao_portrait sCuboneInspiredPal, sCuboneInspiredGfx
|
|
kao_portrait sCuboneSurprisedPal, sCuboneSurprisedGfx
|