Coder Social home page Coder Social logo

pmd-red's People

Contributors

alicemousie avatar anonymousrandomperson avatar bassoonian avatar densinh avatar electrodeoxys avatar fierymewtwo avatar fl4shk avatar geotale avatar iimarckus avatar kermalis avatar luckytyphlosion avatar mateon1 avatar mid-kid avatar nullablevoidptr avatar pikalaxalt avatar rawr51919 avatar rpadaki avatar scnorton avatar sethbarberee avatar shinny456 avatar tgsm avatar v-fexrt avatar whengryphonsfly avatar z80rotom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pmd-red's Issues

No LICENSE/COPYING file.

This means that no one has any rights to pokeemerald, including modifying it, playing it, or even cloning it. We could even write a license from scratch that Nintendo wouldn't be able to yell at us about.

INSTALL.md is outdated and also flat-out wrong RE installing the compiler

  1. The following instruction is incorrect:
${DEVKITARM}/bin/arm-none-eabi/ranlib PATH_OF_PMD-RED_DIRECTORY/tools/agbcc/lib/libgcc.a lib/libc.a

Should be

${DEVKITARM}/bin/arm-none-eabi/ranlib PATH_OF_PMD-RED_DIRECTORY/tools/agbcc/lib/{libgcc.a,libc.a}
  1. We will eventually migrate to the new agbcc layout branch, which deprecates these instructions. New instructions will be
git clone https://github.com/luckytyphlosion/agbcc -b new_layout_with_libs
cd agbcc
make
make install prefix=PATH_OF_PMD-RED_DIRECTORY

Handle alphas in palettes

More or less a reminder to future me:

PMD is weird and has alpha in palettes.
Will need to modify gbagfx to support it.

We have two palletes dumped that can be used to test (banrpal and in unk_data).

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.