Dedupe no0 e_particles (#1736)

This commit is contained in:
Josh Schreuder 2024-10-05 23:09:48 +10:00 committed by GitHub
parent f2e3902b5b
commit 755675bf5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 7 deletions

View File

@ -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]

View File

@ -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"