• 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!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • 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.

Red hack: Pokemon Red/Blue Full Color Hack (RB remade for GBC)

Not sure what you mean.

Another bug I forget to mention is in Saffron city. If you talk to any Team Rocket npc, and then move towards the sleeping npc's position outside the Silph building - sometimes he takes a little longer to appear and sometimes he doesn't appear in the right place.

see this issue here in github (Buggy Guard Positioning in front of Silph Co)

it's a bug in the original red/blue games
 
I love how theres a version for vanilla and upgraded graphics
for the upgraded graphics is there any chance to also upgrade the map graphics like the tile set that was incorporated into the Red++ hack
[PokeCommunity.com] Pokemon Red/Blue Full Color Hack (RB remade for GBC)
 
Those maps would not be possible on this base as it is. Red++ v4 does not actually use Red as the base anymore, it uses a heavily modified version of crystal as the base and modified things so much that Rangi had to make a different map editor for us to use. To do tilesets like that with this project as the base would require several things to be completely recoded.
 
I just tried to compile the pokered gbc master, the one with the added gsc music, using Cygwin and got this error

error: audio.asm(1) -> constants.asm(42) -> color/data/map_palette_constants.asm(81):
syntax error, unexpected set
warning: audio.asm(367) -> audio/low_health_alarm.asm(64): [-Wobsolete]
`alarm_tone: MACRO` is deprecated; use `MACRO alarm_tone`
error: Assembly aborted (1 error)!
make: *** [Makefile:90: audio_red.o] Error 1

Any suggestions? I love the full color and gen 2 sprites but i REALLY want the gsc music as well.
 
I just tried to compile the pokered gbc master, the one with the added gsc music, using Cygwin and got this error

error: audio.asm(1) -> constants.asm(42) -> color/data/map_palette_constants.asm(81):
syntax error, unexpected set
warning: audio.asm(367) -> audio/low_health_alarm.asm(64): [-Wobsolete]
`alarm_tone: MACRO` is deprecated; use `MACRO alarm_tone`
error: Assembly aborted (1 error)!
make: *** [Makefile:90: audio_red.o] Error 1

Any suggestions? I love the full color and gen 2 sprites but i REALLY want the gsc music as well.

Hi. You're using a version of rgbds that is too new.

You simply need to use the version of rgbds specified in the install instructions, v0.4.2.
 
I've got two simple requests.

1. Can you swap every Red sprite including from the Title Screen, Trainer ID, and Diploma with this one?
[PokeCommunity.com] Pokemon Red/Blue Full Color Hack (RB remade for GBC)


2. Can you swap the first Blue sprite from the initial three rival battles with this one so he's facing you just as in GSC?
[PokeCommunity.com] Pokemon Red/Blue Full Color Hack (RB remade for GBC)
 
Last edited:
Hello guys, can u help me please?

Im about to buy a cartridge of this rom hack.

Does this cartridge could damage a real gameboy color ips?

Thanks.
 
Does this cartridge could damage a real gameboy color ips?

I believe this refers to any instance where the LCD is disabled outside of the vblank period. This is is a critical thing to avoid when planning for real hardware as it can cause undue wear and tear on the LCD and cause a black horizontal line to burn-in.
 
Question/concern:

I noticed the IPS download link still says from 2017, even though I know there's been some bug fixes since then. So is the link not updated then? Only asking because I'm one of those few that don't understand how to compile the game myself from source code, sorry lol, and I noticed there's no releases section on the GitHub page.
 
Does this rom hack have a way to evolve trade evo pokemon without trading? Or a way to get the missing starters/Fossil without trading? Solo player -- would like to do it organically in game. The starter glitch didnt seem to work in this version of the game so I couldnt glitch it in. But I love the visuals for this hack so much.
 
Last edited:
Hi!

I'm trying to compile but I get the following error:
Code:
rgbasm -h -L -Weverything -D _RED -o audio_red.o audio.asm
ERROR: audio.asm(1) -> constants.asm(10) -> constants/gfx_constants.asm(43):
    syntax error
error: Assembly aborted (1 errors)!
make: *** [Makefile:90: audio_red.o] Error 1

Im using rgbasm v0.4.2

Can someone help to me? Thanks
 
Back
Top