we hope you are doing great. I am Areeba (aka Titania) from the BrewOtaku-Team, we are launching BrewOtaku #003 - The Homebrew Gaming Magazine soon.
We loved your work, and we have mentioned "Cold And Starving" in it. Kindly share your contact details so we can share it with you. You are anyhow free to share this on your social media channels or homepage
On second thought, if you are modifying the code from the episode 5, then, I believe, I was still using the mapper 0 back then, so the bank switching shouldn't be available.
Where can i edit player sprites in latest episode and main_tiles_chr is not loaded in the example only intro and title when i used find keywords in notepad++
Just load the main.chr into an editor of your choise( e.g. Screen tool) and edit it. Note, the same character graphics are duplicated in other tilesets, so you will have to change them as well.
Oh, it is loaded allright, perhaps you have looked only in one file, it's not in game.asm
← Return to game
Comments
Log in with itch.io to leave a comment.
Greetings Memelvar,
we hope you are doing great. I am Areeba (aka Titania) from the BrewOtaku-Team, we are launching BrewOtaku #003 - The Homebrew Gaming Magazine soon.
We loved your work, and we have mentioned "Cold And Starving" in it. Kindly share your contact details so we can share it with you. You are anyhow free to share this on your social media channels or homepage
We look forward to hearing from you soon.
Kind regards
Titania
Hi,
That is very cool!
You can spam my *** at gmail com email.
Thanks!
We spammed you ;) Feel free to remove your email. Thanks.
I put custom title to the episode5 code but it crash when the game starts.
I generated nametable values with NESst!
How to bank switch chr to 0 when i want to use chr 0 tiles?
I cant send the nes file in itch.io because only picture or video.
I renamed the title with big T
Hey, where did you put that custom nametable? Also perhaps you gave the nametable a different name, than it was hardcoded :)
Switching banks is simple, load bank number to a register y and call subroutine bankswitch_y.
Have you posted anything on Github? Since questions like this would be more fitting there.
LDA #$00,Y
JSR bankswitch_y
Is that good? Or
LDY #$00
JSR bankswitch_y
Im not in home I will upload to github later
The last one is correct.
On second thought, if you are modifying the code from the episode 5, then, I believe, I was still using the mapper 0 back then, so the bank switching shouldn't be available.
Where can i edit player sprites in latest episode and main_tiles_chr is not loaded in the example only intro and title when i used find keywords in notepad++
Just load the main.chr into an editor of your choise( e.g. Screen tool) and edit it. Note, the same character graphics are duplicated in other tilesets, so you will have to change them as well.
Oh, it is loaded allright, perhaps you have looked only in one file, it's not in game.asm