"33 colors are indeed more than 4"

Fixed the build issues caused by Zach's newly pushed sprites having too many colours.

Also, adds my version of the GSC-style Soldier sprite.

Also also, gave Dokuroar a slight weight increase to give it a better catch rate for the Heavy Ball.

Also also also, touched up the Dokuroar cutscene a bit (it now shakes the floor with each step, it moves slower, and its walking animation now animates correctly.)
This commit is contained in:
Martha Schilling 2024-10-10 21:26:50 +01:00
parent de6d1d9d56
commit ab6051a5d5
7 changed files with 15 additions and 8 deletions

View file

@ -1,5 +1,5 @@
db "SKELETAL@" ; species name
dw 807, 4660 ; height, weight - placeholder
dw 902, 4960 ; height, weight - placeholder
db "Believed to be a"
next "spirit inhabiting"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 721 B

After

Width:  |  Height:  |  Size: 325 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 885 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 734 B

After

Width:  |  Height:  |  Size: 332 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 632 B

After

Width:  |  Height:  |  Size: 590 B

View file

@ -64,13 +64,20 @@ DokuroarAttackScript:
pause 15
closetext
applymovement LAVENDERCRYPT_DOKUROAR2, DokuroarJumpscare
pause 12
applymovement LAVENDERCRYPT_DOKUROAR2, DokuroarJumpscare
pause 12
applymovement LAVENDERCRYPT_DOKUROAR2, DokuroarJumpscare
playsound SFX_PLACE_PUZZLE_PIECE_DOWN
earthquake 15
pause 5
turnobject PLAYER, UP
showemote EMOTE_SHOCK, PLAYER, 15
pause 15
pause 5
applymovement LAVENDERCRYPT_DOKUROAR2, DokuroarJumpscare
playsound SFX_PLACE_PUZZLE_PIECE_DOWN
earthquake 15
pause 5
applymovement LAVENDERCRYPT_DOKUROAR2, DokuroarJumpscare
playsound SFX_PLACE_PUZZLE_PIECE_DOWN
earthquake 15
pause 5
opentext
writetext DokuroarFightText
cry DOKUROAR
@ -85,7 +92,7 @@ DokuroarAttackScript:
end
DokuroarJumpscare:
big_step DOWN
slow_step DOWN
step_end
LavenderCryptDokuroarTalk:
@ -140,4 +147,4 @@ LavenderCryptDokuroarsRoom_MapEvents:
def_object_events
object_event 6, 7, SPRITE_MONSTER, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, PAL_NPC_EMOTE, OBJECTTYPE_SCRIPT, 0, DokuroarTalkScript, EVENT_CRYPT_DOKUROAR_1
object_event 6, 7, SPRITE_MONSTER, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, PAL_NPC_EMOTE, OBJECTTYPE_SCRIPT, 0, DokuroarTalkScript2, EVENT_CRYPT_DOKUROAR_2
object_event 6, 7, SPRITE_MONSTER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_EMOTE, OBJECTTYPE_SCRIPT, 0, DokuroarTalkScript2, EVENT_CRYPT_DOKUROAR_2