Added some conditional messages.

Added emote graphics.
This commit is contained in:
Ariel Antonitis
2021-04-18 01:38:08 -04:00
parent e647e926a8
commit 875c4edd50
12 changed files with 260 additions and 57 deletions

View File

@@ -55,6 +55,12 @@ callfunc ScrFunc_bufferlivemonspeciesname
.byte \out
.endm
.macro emote obj:req id:req
callfunc ScrFunc_emote
.byte \obj
.byte \id
.endm
EventScript_Follower::
lock
faceplayer
@@ -73,6 +79,7 @@ EventScript_Follower::
EventScript_FollowerFly::
callfunc ScrFunc_followerfly
EventScript_FollowerEnd::
waitfieldeffect FLDEFF_EMOTE
release
end
@@ -147,17 +154,13 @@ EventScript_FollowerBurnPainful::
return
@ Message address must be loaded into bank 0
EventScript_FollowerGeneric:: @ same as Std_MsgboxDefault
EventScript_FollowerGeneric:: @ similar to Std_MsgboxDefault
waitfieldeffect FLDEFF_EMOTE
message 0x0
waitmessage
waitbuttonpress
return
EventScript_FollowerLove::
applymovement 0xFE ContestHall_Movement_Heart
waitmovement 0xFE
goto EventScript_FollowerGeneric
EnterPokeballMovement::
.byte 0x9F @ EnterPokeball
step_end