Rangi42 / polishedcrystal

An upgrade to Pokémon Crystal. Brings features and content up to date, and adds some original content.
https://hax.iimarckus.org/topic/6874/
1.03k stars 197 forks source link

Update for rgbds >= 0.6.0 #933

Closed orbea closed 3 months ago

orbea commented 6 months ago

I was curious to see if I could build a functional gbc rom, but the rgbds version in Gentoo is too new... I also confirmed it still builds with a locally built copy of rgbds 0.5.2 and the current rgbds git master branch.

I used sed(1) to update the MACROS.

grep -rl ': MACRO' | xargs sed -i 's/\(.*\): MACRO/MACRO \1/'