Recent content by Dewpider Propaganda

  1. D

    [Error] Pokemon Boxes Won't Hold 30 Pokemon

    I actually have one more problem. now that I fixed it I get Do you have any idea how to fix this?
  2. D

    [Error] Pokemon Boxes Won't Hold 30 Pokemon

    oh I juust spotted the problem. I had max pokemon set to 20 for some reason
  3. D

    [Error] Pokemon Boxes Won't Hold 30 Pokemon

    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...
  4. D

    [Error] Pokemon Boxes Won't Hold 30 Pokemon

    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?
  5. D

    [Other Question] 3/4ths of the screen is black

    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?
  6. D

    Just starting out

    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!
Back
Top