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

Document various OAM and sprite data and functions #34

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jul 22, 2020

  1. Document map triggers headers

    The decompressCoordEventData_8030aa4 routine parses the header of a
    map's trigger data. Document the structure of this header and a few bits
    of related code.
    strager committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    a99c937 View commit details
    Browse the repository at this point in the history
  2. Document initializeLayerPriorityTriggers

    sub_803189C touches some structures and variables. Name these structure
    members and variables, and document the code for sub_803189C.
    strager committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    27ff369 View commit details
    Browse the repository at this point in the history
  3. Clean up checkLayerPriority_80318b0's assembly

    * Remove unnecessary .align directives
    * Make labels function-local
    * Document the loc_8031904 label
    strager committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    34820dd View commit details
    Browse the repository at this point in the history
  4. Document and tidy findTriggerForTilePosition

    * Rename sub_8030B1E to findTriggerForTilePosition
    * Add interface documentation to findTriggerForTilePosition
    * Remove unnecessary .align directives
    * Document .loc_8030B66 label
    strager committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    92872fe View commit details
    Browse the repository at this point in the history
  5. Document getObjectTilePosition

    Document the interface of the getObjectTilePosition routine, and label
    some struct members used by that routine.
    strager committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    3261bd2 View commit details
    Browse the repository at this point in the history
  6. Document updateHUDPETSprite

    strager committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    f773f1d View commit details
    Browse the repository at this point in the history
  7. Document and tidy sub_802FE28

    strager committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    07cb6cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    95ebf53 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5542420 View commit details
    Browse the repository at this point in the history
  10. Document some sprite manipulation routines

    See the interesting changes in asm/sprite.s.
    strager committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    056e0db View commit details
    Browse the repository at this point in the history