fd24: Fix flamethrower

The FLMF sprites need to include the whole weapon, not just the flame
part (as other weapons do). We also need to fix the offsets.
This commit is contained in:
Simon Howard 2024-08-16 19:23:56 -04:00
parent 553a968d61
commit f998834dee
3 changed files with 5 additions and 5 deletions

View file

@ -289,8 +289,8 @@ POB6A0
POLAA0 20 44 POLAA0 20 44
INCNA0 ; Incinerator (flamethrower) INCNA0 ; Incinerator (flamethrower)
FLMGA0 -58 -111 FLMGA0 -58 -104
FLMGB0 -58 -115 FLMGB0 -58 -104
FLMGC0 -58 -115 FLMGC0 -58 -104
FLMFA0 -59 -61 FLMFA0 -59 -50
FLMFB0 -58 -61 FLMFB0 -58 -50

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

Before After
Before After