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.
class PokemonBox
attr_reader :pokemon
attr_accessor :name
attr_accessor :background
def initialize(name,maxPokemon=30)
@pokemon = []
@name = name
@background = 0
for i in 0...maxPokemon
@pokemon[i] = nil
end
end
def length
return @pokemon.length
end...
For some odd reason when I fill boxes using debug there is this weird dead space in the box where it doesn't allow me to put any pokemon(as shown in thumbnail and attached file). Does anyone have any idea whats going on and how to fix it?
when I click new game the intro is 3/4th black. the text is still fine but the back ground isnt? you can still see parts of the oak sprite though. does anyone have a fix?
so me and a group of people are trying to make a new rom hack. It based around mayan culture. How should we start out? This is going to be an emerald rom hack. I have advancedmap and other tools like G3T and Advanced series but have no idea what to start off with. Any tips? Thanks!