HackerN64 / HackerSM64

A Super Mario 64 decompilation repo based on CrashOveride95/ultrasm64 that aims to provide a flexible, easy-to-use base for creating romhacks.
351 stars 160 forks source link

bhvStarSpawnOverride #829

Closed s4Ys369 closed 2 months ago

s4Ys369 commented 2 months ago

Working on #686 in chunks.

First Chunk: hardcoded star positions

Basically the functionality here is place an empty with bhvStarSpawnOverride, and that's where the star will spawn, done. If bhvStarSpawnOverride is not found, spawn_default_star uses the hardcoded positions as usual.

gheskett commented 2 months ago

Closing in favor of #830