You are not logged in.
Pages: 1
Is it possible to increase the amount of pages in a Pokemon's Pokedex entry? Normally, a Pokemon only has 2 pages in their Pokedex entry. I want to try and expand that. I tried simply adding an extra page to the Pokedex's entry manually, and while it didn't crash the game, it only shows the first two pages, ignoring the third.
; TotodilePokedexEntry: ; 0x1ccc14
db "Big Jaw@" ; species name
dw 200, 210 ; height, width
db "Hp:50-At:65-Df:64"
next "SA:44-SD:48-Sp:43 "
next "Water"
page "This rough critter"
next "chomps at any"
next "moving object it"
page "sees. Turning your"
next "back on it is not"
next "recommended.@"
So it looks like it'll involve going into the pokedex.asm file. Is anyone out there familiar with what needs to be done? Is it possible to make it so the Pokedex entries have 3, 6, maybe even 10 pages?
Offline
Did you remove the @ after "recommended."?
Offline
I did try that, it still doesn't get to that page. It displays Page 1, then Page 2, and then back to Page 1, ignoring the 3rd page entirely.
Offline
I hate to bump a thread, but I'd really love to hear if someone knows how you'd go accomplishing this, since I'm still not sure how to do so.
Offline
Pages: 1