Git Product home page Git Product logo

Comments (3)

Rangi42 avatar Rangi42 commented on September 23, 2024 1

They're in separate files because the objects, headers, scripts, text, and blocks' INCBINs don't have a consistent arrangement or grouping (unlike how Gen 2 puts all the blocks together, all the scripts' INCLUDEs together, text always goes in the middle of each script, headers are in one table, etc). maps.asm lists them all.

Regrouping them would mean putting each piece in its own SECTION, and since we'd presumably want a consistent order in each file (like having the headers first, then the objects, then the scripts, then the text), the linkerscript would need to define the order of all those sections. That's not impossible, and pret/pokecrystal#631 does it for the whole project, but I think it would be less convenient having to deal with a large layout.link file.

from pokered.

kqesar avatar kqesar commented on September 23, 2024

Ok I understand better why it's different :)

I close this issue and thank you for you feedback !

from pokered.

mid-kid avatar mid-kid commented on September 23, 2024

I think it would be less convenient having to deal with a large layout.link file

It's worth noting that .link files allow includes. At the end of the day the setup wouldn't be very different.

from pokered.

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.