Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separating object code and subroutines from s2.asm #27

Closed
wants to merge 26 commits into from
Closed

Separating object code and subroutines from s2.asm #27

wants to merge 26 commits into from

Commits on May 28, 2019

  1. IT BEGINS

    Object code and subroutines will go to _incObj,
    Other stuff will go to _inc
    Leo40Git committed May 28, 2019
    Configuration menu
    Copy the full SHA
    8ab2867 View commit details
    Browse the repository at this point in the history
  2. up to CalcAngle

    Leo40Git committed May 28, 2019
    Configuration menu
    Copy the full SHA
    9fb48d9 View commit details
    Browse the repository at this point in the history
  3. up to OscillateNumDo

    Leo40Git committed May 28, 2019
    Configuration menu
    Copy the full SHA
    82db260 View commit details
    Browse the repository at this point in the history
  4. decided to split this too

    Leo40Git committed May 28, 2019
    Configuration menu
    Copy the full SHA
    0da0f62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    997a21d View commit details
    Browse the repository at this point in the history
  6. Objects DA, DB, 21

    Leo40Git committed May 28, 2019
    Configuration menu
    Copy the full SHA
    5fddcd8 View commit details
    Browse the repository at this point in the history
  7. Rolling it back

    Leo40Git committed May 28, 2019
    Configuration menu
    Copy the full SHA
    5987345 View commit details
    Browse the repository at this point in the history
  8. Mk.II

    Leo40Git committed May 28, 2019
    Configuration menu
    Copy the full SHA
    4d4aec2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1335b91 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Unsplit 'boilerplate' code

    Leo40Git committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    12471a9 View commit details
    Browse the repository at this point in the history
  2. Split level gamemode code

    Leo40Git committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    8b79738 View commit details
    Browse the repository at this point in the history
  3. Split the rest of the gamemodes, pretty much

    Music lists have been moved to the start of source/gamemode/level.asm
    
    Also, all source files now have a header describing what they contain
    Leo40Git committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    f3616ed View commit details
    Browse the repository at this point in the history
  4. Split art & palette routines

    WaitForVint is just floating for now, might just leave it there
    also, can't think of a better name for art.asm. part of the reason i want to split it into multiple files
    Leo40Git committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    c19c648 View commit details
    Browse the repository at this point in the history
  5. Split some level-related routines

    yeah, all those were apparently in the same file. i'm definetly gonna have to do some further splitting later.
    Leo40Git committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    725c88e View commit details
    Browse the repository at this point in the history
  6. Split DLE routines, objects: 11, 15, 17

    More details in header: gamemode files that also contain objects now list objects in header
    Leo40Git committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    4a3031a View commit details
    Browse the repository at this point in the history
  7. obj18

    Leo40Git committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    8e1d5c4 View commit details
    Browse the repository at this point in the history
  8. forgot header thing

    Leo40Git committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    5059bc6 View commit details
    Browse the repository at this point in the history
  9. Split art.asm further

    Leo40Git committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    a7a9fed View commit details
    Browse the repository at this point in the history
  10. Accidentally moved this NOP

    Leo40Git committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    0f37e95 View commit details
    Browse the repository at this point in the history
  11. Improve readme

    Leo40Git committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    762f32a View commit details
    Browse the repository at this point in the history
  12. actually improve readme

    Leo40Git committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    fd751df View commit details
    Browse the repository at this point in the history
  13. WHOLE buncha shit

    Leo40Git committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    c450845 View commit details
    Browse the repository at this point in the history
  14. The bois have been split

    Tails is a hefty boi (CPU code)
    Leo40Git committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    91b7bd8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ba57323 View commit details
    Browse the repository at this point in the history
  16. move jmptos

    Leo40Git committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    5a7aac9 View commit details
    Browse the repository at this point in the history
  17. Progress! Up to 7C

    Leo40Git committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    e358293 View commit details
    Browse the repository at this point in the history