mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 02:27:21 -07:00
Rando: Add randomized ice trap messages (#1559)
* Add: Randomized Ice Trap Messages * Add text to freestanding items, other tweaks/fixes * More messages * ADD: French Translation + 1 Extra * %w is not %UwU% * TWEAK: One msall breakline * Add German & small text tweak * Minor code optimization * Updated French Co-authored-by: PurpleHato <linkvssangoku.jr@gmail.com>
This commit is contained in:
parent
8888fb2ec1
commit
fba4839705
4 changed files with 125 additions and 14 deletions
|
@ -6240,6 +6240,8 @@ s32 func_8083E5A8(Player* this, GlobalContext* globalCtx) {
|
|||
this->actor.colChkInfo.damage = 0;
|
||||
func_80837C0C(globalCtx, this, 3, 0.0f, 0.0f, 0, 20);
|
||||
Player_SetPendingFlag(this, globalCtx);
|
||||
Message_StartTextbox(globalCtx, 0xF8, NULL);
|
||||
Audio_PlayFanfare(NA_BGM_SMALL_ITEM_GET);
|
||||
this->getItemId = GI_NONE;
|
||||
this->getItemEntry = (GetItemEntry) GET_ITEM_NONE;
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue