Coder Social home page Coder Social logo

Comments (4)

RevoSucks avatar RevoSucks commented on June 23, 2024

Use a proper image editing tool such as Graphics Gale. Color depth must be 4 or 8 in order to compress to the correct file.

from pokeruby.

Greatpriceman avatar Greatpriceman commented on June 23, 2024

I'll try that, now Do I edit the PNG files or the .bpp files?
it'll also show the error if the png has been edited, but not had the dimensions changed.
EDIT: ok, so I tried Graphics Gale, and it looks like when Edited in Microsoft Paint, the Edited files take on a 24Bpp instead of 8bpp color depth. Is there anyway for the code to downconvert the edited pngs to *bpp? (
being 1,2,4 or 8)

I guess I'll use Graphics Gale for the Time being, thanks for some of the help. :)

EDIT, New Problem: I've tried editing the Title Logo, and When I fill it all black, it messes up the title screen, and when I replace it with with a different piece of art, it breaks. it seems the only way to fix it is to leave the title logo and graphics as is. and Yes, I did try Graphics Gale for this.

from pokeruby.

 avatar commented on June 23, 2024

The problem is that the title screen logo is compressed so when you change it, the size changes. This causes subsequent data to have different addresses, which is a problem since the disassembly is not 100% done. You will need to find free space, put the new graphic there, and then repoint the logo for the time being, unfortunately.

from pokeruby.

 avatar commented on June 23, 2024

You should be able to modify compressed graphics without the game breaking now.

from pokeruby.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.