From fde2910c3fd32bd75aab61fcf4b4abfbc16783aa Mon Sep 17 00:00:00 2001 From: Kevin Cathcart Date: Thu, 29 Mar 2018 21:20:54 -0400 Subject: [PATCH] Restore rain state ammo on death, not just on load --- events.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/events.asm b/events.asm index b827221..78357f5 100644 --- a/events.asm +++ b/events.asm @@ -21,6 +21,7 @@ OnPlayerDead: PHA JSL.l SetDeathWorldChecked JSL.l SetSilverBowMode + JSL.l RefreshRainAmmo PLA RTL ;--------------------------------------------------------------------------------