rust-console / gba

A crate that helps you make GBA games
https://docs.rs/gba
Apache License 2.0
658 stars 50 forks source link

clothed functions #197

Closed Lokathor closed 3 months ago

Lokathor commented 3 months ago

This removes the use of naked functions, because they can be replaced with global assembly (it's just slightly less readable), and naked functions aren't on track for any sort of swift stabilization.

This isn't intended to meaningfully break much, but you'll have to adjust your imports.

TODO: