Day/Night cycle like Pokemon Gold/Silver
Green Memories » Devlog
We can implement a day/night cycle similar to Pokemon Gold/Silver using just palette swap.
Using Usenti we can preview the color palette of our tilemap, and we can simply replace this palette and save a file with the new palette,
Then, using butano, we can load this new palette and replace the tilemap palette with few commands
to create:
const bn::bg_palette_item &night_palette_item = bn::bg_palette_items::night_palette;
to replace:
tilemap_palette.set_colors(night_palette_item);
this is the result:
That's it for today, but the next step is to be able to apply our fade in/out to this transition.
Files
green_memories.gba 500 kB
Aug 11, 2022
Get Green Memories
Green Memories
GBA Survival RPG
Status | In development |
Author | Tengukaze Studio |
Genre | Survival, Adventure, Role Playing |
Tags | Atmospheric, Cyberpunk, Exploration, Female Protagonist, Game Boy Advance, Pixel Art, Top-Down |
More posts
- Update v1.4.722 days ago
- Update v1.4.678 days ago
- Update v1.4.5Jul 04, 2024
- Update v1.3.0May 22, 2023
- Update v1.2.0Mar 02, 2023
- Green Memories em PTBR!Nov 27, 2022
- Green Memories First ReleaseOct 26, 2022
- Player, Animations and RPG HUDSep 02, 2022
- Using Unity to Create GBA games pt. 2Aug 29, 2022
- 8 directions movement like GBC/GBA ZeldaAug 17, 2022
Leave a comment
Log in with itch.io to leave a comment.