• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • PokéCommunity supports the Stop Killing Games movement. If you're a resident of the UK or EU, consider signing one of the petitions to stop publishers from destroying games. Click here for more information!
  • 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