mirror of
https://github.com/Xeeynamo/sotn-decomp.git
synced 2025-02-17 03:30:02 +00:00
Dedupe no0
e_particles
(#1736)
This commit is contained in:
parent
f2e3902b5b
commit
755675bf5f
@ -34,15 +34,16 @@ segments:
|
||||
- name: stno0
|
||||
type: code
|
||||
start: 0
|
||||
vram: 0x80180000
|
||||
vram: 0x80180000
|
||||
align: 4
|
||||
subalign: 4
|
||||
subsegments:
|
||||
- [0x0, data]
|
||||
- [0x0, data]
|
||||
- [0x113C, .data, st_update] # UNK_Invincibility0 data
|
||||
- [0x1168, .data, collision]
|
||||
- [0x1528, .data, e_red_door]
|
||||
- [0x1540, data]
|
||||
- [0x15CC, .data, e_particles]
|
||||
- [0x164C, .data, st_common] # g_SineTable
|
||||
- [0x184C, data]
|
||||
- [0x41368, .rodata, first_c_file]
|
||||
@ -69,4 +70,4 @@ segments:
|
||||
- [0x4F4A8, c, unk_4F4A8]
|
||||
- [0x5E09C, c, prim_helpers]
|
||||
- [0x5E8CC, sbss]
|
||||
- [0x5F58C]
|
||||
- [0x5F58C]
|
||||
|
@ -1,6 +1,3 @@
|
||||
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#include "common.h"
|
||||
|
||||
INCLUDE_ASM("st/no0/nonmatchings/e_particles", EntitySoulStealOrb);
|
||||
|
||||
INCLUDE_ASM("st/no0/nonmatchings/e_particles", EntityEnemyBlood);
|
||||
#include "../e_particles.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user