• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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.

[Graphics] Editing .tilemap files in PokeYellow?

57
Posts
12
Years
  • Seen Feb 5, 2024
I'm kinda surprised nobody did this before, but I want to create a hack of Yellow with Eevee instead of Pikachu. Most GFX are .png files, so they can be edited easily. However, for the title screen, they are in .tilemap format. I used Tilemap Studio to see the following files: ''pikachu.tilemap'' and ''pika_bubble''... but nothing appears on TileMap Studio. I thought it was because the source code lacked .png files for them. So, how do I edit the .tilemap files to make an Eevee instead of Pikachu? It's 12:30 AM where I am, so I'll check if someone has the answer tomorrow morning.
 

Lunos

Random Uruguayan User
3,114
Posts
15
Years
I'm kinda surprised nobody did this before
Actually, a hack like that does exist. It's not complete though.
Pikachu's cry plays in the titlescreen, and also whenever you interact with Pikachu in the overworld.
It's missing mugshot sprites too. Whenever you interact with Eevee, Pikachu shows up.
If you intend to do something better or more complete, that could be cool.
but I want to create a hack of Yellow with Eevee instead of Pikachu. Most GFX are .png files, so they can be edited easily. However, for the title screen, they are in .tilemap format. I used Tilemap Studio to see the following files: ''pikachu.tilemap'' and ''pika_bubble''... but nothing appears on TileMap Studio. I thought it was because the source code lacked .png files for them. So, how do I edit the .tilemap files to make an Eevee instead of Pikachu? It's 12:30 AM where I am, so I'll check if someone has the answer tomorrow morning.
I cloned Pokeyellow to check it myself.
You load the tilemap first, and then its tileset starting at the tile(?) $080.
Basically, you want to open Tilemap Studio and then:
Tilemap -> Open -> gfx\title\pikachu.tilemap as Plain Tiles.
Tileset -> Add -> gfx\title\pikachu_bg.png, Start at ID $080
Once you've done that, you set the Width to 12 and start to edit.
 
57
Posts
12
Years
  • Seen Feb 5, 2024
Thanks! I successfully cloned the repo you gave me, I did some edits, but now I am getting the following error when trying to compile.
error: Unable to place 'OAM Buffer' (WRAM0 section) at $C300
I dunno what to do for that. Also I use RGBDS 3.5 for this one, because newer ones don't seem to work...
 
Back
Top