Dabomstew / pokecrystal-speedchoice

Repo for v7 and later of Crystal Speedchoice, a "Speedrunner's choice" mod of gen2.
17 stars 15 forks source link

Sections 'Pics 12', 'Pics 16', 'Pics 17' grew too big #32

Open raekuul opened 1 year ago

raekuul commented 1 year ago

Cygwin on Windows 10 rgbds v0.6.1

$ make

warning: gfx/pics.asm(1) -> constants.asm(53) -> constants/speedchoice_constants.asm(68): [-Wobsolete]
    `popalloptions: MACRO` is deprecated; use `MACRO popalloptions`
error: gfx/pics.asm(376):
    Section 'Pics 12' grew too big (max size = 0x4000 bytes, reached 0x4001).
error: gfx/pics.asm(583):
    Section 'Pics 16' grew too big (max size = 0x4000 bytes, reached 0x4001).
error: gfx/pics.asm(648):
    Section 'Pics 17' grew too big (max size = 0x4000 bytes, reached 0x400F).
error: Assembly aborted (3 errors)!
make: *** [Makefile:88: gfx/pics.o] Error 1

full make output is attached as make.log

Kuz-Shaman commented 1 year ago

I got exactly the same Issue. Any help please? Did you come further in your problem?

RenaKunisaki commented 1 year ago

crickets

biggzlar commented 9 months ago

rgbds 0.6.1 Mac OS 14.0

Same exact issue here...

vicendithas commented 9 months ago

Just a heads up, this repository is not maintained currently. Dabomstew is on a hiatus from it at the moment. The currently maintained fork is at https://github.com/choatix/pokecrystal-speedchoice

However, I have seen this issue before and IIRC, it was because of the rgbds version. Newer versions depreciated some of the functions this uses and changed how it assembles the ROM. Try using rgbds 0.4.0 (instead of latest) and see if that works for you.

biggzlar commented 9 months ago

Thank you for the pointers! I attempted to install an older version of rgdbs which is sadly unavailable through brew with no success. Plenty of issues because I'm on M1.