- 8,162 views, 2 today
- 31
- 21
- 5
37
Hi There, I am currently working on a map of Kanto where you can play the Pokemon game Fire Red Leaf Green. This will work with blocks as Pokemon to catch. The adventure will be there however I am not sure to what extent. The quest to become the champion will surely be there, so expect 8 Pokemon gyms and a Pokemon league. This will take me quite some time so be patient.
brightness_1 Technical system for Pokemon spawning, levelling and battling
brightness_1 Routes and NPC's working
brightness_1 Map updated to Fire red / Leaf green
brightness_1 Alternative functions working
brightness_1 Technical system for Pokemon spawning, levelling and battling
brightness_1 Routes and NPC's working
brightness_1 Map updated to Fire red / Leaf green
brightness_1 Alternative functions working
Progress | 20% complete |
Tags |
16 Update Logs
Update #16 Changing code : by WatermelonFarm 12/05/2024 7:10:26 pmDec 5th, 2024
Progression!
I had lost a bit of motivation as almost all of the code had to be rewritten. I have made a slight start with updating the code to the new way of writing it. Besides just re-writing it, I have also made improvements to it.
Before, the system would check if you didn't own a Pokemon from before in the evolution line first and then place it in either your party or storage when there is space. But now, it will check if you own a Pokemon that comes before your Pokemon in an evolution line first.
If you do, it will replace that Pokemon with the new one. If you do not, it will check if you own that Pokemon or one that comes later in the evolution line and replace it, or check for a free space in either your party or storage.
You wouldn't believe how motivated I just got now that I know exactly what I need to do to finish it. Next up will be the spawning system.
I had lost a bit of motivation as almost all of the code had to be rewritten. I have made a slight start with updating the code to the new way of writing it. Besides just re-writing it, I have also made improvements to it.
Before, the system would check if you didn't own a Pokemon from before in the evolution line first and then place it in either your party or storage when there is space. But now, it will check if you own a Pokemon that comes before your Pokemon in an evolution line first.
If you do, it will replace that Pokemon with the new one. If you do not, it will check if you own that Pokemon or one that comes later in the evolution line and replace it, or check for a free space in either your party or storage.
You wouldn't believe how motivated I just got now that I know exactly what I need to do to finish it. Next up will be the spawning system.
LOAD MORE LOGS
4443031
2
Create an account or sign in to comment.
Some more screenshots ? =)