• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Pokered for Dummies

This isn't PokeRed but I'm getting this issue when trying to compile Pokeyellow.

~/pokeyellow
$ make

rgbasm -h -o main.o main.asm
rgbasm -h -o text.o text.asm
rgbasm -h -o wram.o wram.asm
ERROR: wram.asm(2857) :
'UNION' already defined
ERROR: wram.asm(2875) :
'NEXTU' already defined
ERROR: wram.asm(2896) :
'ENDU' already defined
ERROR: wram.asm(3504) :
'UNION' already defined
ERROR: wram.asm(3509) :
'NEXTU' already defined
ERROR: wram.asm(3522) :
'ENDU' already defined
C:\cygwin64\usr\local\bin\rgbasm.exe: Assembly aborted in pass 1 (6 errors)!
make: *** [Makefile:42: wram.o] Error 1

Am I missing a package or something?
 
I'm trying out the Yellow version of this~ Hope this guide helps!
 
Can someone please help me. I get this error everytime I use the "make" command:
rgblink -n baserom.sym -o baserom.gbc
usage: rgblink [-dtVw] [-l linkerscript] [-m mapfile] [-n symfile] [-O overlay]
[-o outfile] [-p pad_value] [-s symbol] file [...]
make: *** [Makefile:47: baserom.gbc] Error 1
 
Back
Top