Rename hudmsg functions

This commit is contained in:
Ryan Dwyer
2020-03-17 17:36:09 +10:00
parent a551473111
commit fadd2e9606
33 changed files with 652 additions and 646 deletions
+4 -4
View File
@@ -907,7 +907,7 @@ u8 func1005_check_leader_dead[] = {
endloop(0x03)
label(0x2d)
message(CHR_BOND, L_STAT(7)) // "Maian leader has been killed."
show_hudmsg(CHR_BOND, L_STAT(7)) // "Maian leader has been killed."
set_stage_flag(STAGEFLAG_LEADER_DEAD)
set_ailist(CHR_SELF, GAILIST_IDLE)
endlist
@@ -923,7 +923,7 @@ u8 func1009_check_king1_dead[] = {
endloop(0x03)
label(0x2d)
message(CHR_BOND, L_STAT(8)) // "Skedar King has been killed."
show_hudmsg(CHR_BOND, L_STAT(8)) // "Skedar King has been killed."
set_stage_flag(STAGEFLAG_KING1_DEAD)
unlock_door(0x3e, 0x40)
unlock_door(0x3f, 0x40)
@@ -942,7 +942,7 @@ u8 func100a_check_king2_dead[] = {
endloop(0x03)
label(0x2d)
message(CHR_BOND, L_STAT(8)) // "Skedar King has been killed."
show_hudmsg(CHR_BOND, L_STAT(8)) // "Skedar King has been killed."
set_stage_flag(STAGEFLAG_KING2_DEAD)
label(0x0e)
set_ailist(CHR_SELF, GAILIST_IDLE)
@@ -960,7 +960,7 @@ u8 func100b_check_king3_dead[] = {
endloop(0x03)
label(0x2d)
message(CHR_BOND, L_STAT(8)) // "Skedar King has been killed."
show_hudmsg(CHR_BOND, L_STAT(8)) // "Skedar King has been killed."
set_stage_flag(STAGEFLAG_KING3_DEAD)
label(0x0e)
set_ailist(CHR_SELF, GAILIST_IDLE)