Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
rankaisija edited this page Jul 29, 2023 · 1 revision

rom/effect/

Naming

rom/effect/0xXXXX-EffectName/

Content

  • *.zovl
  • config.cfg

config.cfg

Effect config is generated automatically so user does not need to touch it.

# Sparkle
vram_addr       = 0x809AA810
init_vars       = 0x809AAE00

src/effect/

Naming

src/effect/0xXXXX-EffectName/

Content

Src directory is required to have atleast one *.c file in order to compile.