forked from z64tools/z64rom
-
Notifications
You must be signed in to change notification settings - Fork 2
Effect
Nokaubure edited this page Jun 29, 2025
·
2 revisions
rom/effect/0xXXXX-EffectName/
- *.zovl
- config.cfg
Effect config is generated automatically so user does not need to touch it.
# Sparkle
vram_addr = 0x809AA810
init_vars = 0x809AAE00src/effect/0xXXXX-EffectName/
- *.c
- *.h
- make.cfg
Src directory is required to have atleast one *.c file in order to compile.
-
Sound
-
System
-
Other