summaryrefslogtreecommitdiff
path: root/home
AgeCommit message (Expand)Author
2018-01-02Consolidate Special function namesxCrystal
2018-01-02More unreferenced labels cleanupxCrystal
2018-01-02Clean up XXX comments for unused contentxCrystal
2018-01-01Merge 2d0ed11 and 355acfc from Roukaour/masterxCrystal
2018-01-01Rename Pals labels in WRAM bank 5xCrystal
2018-01-01Use constants for rBGPI+rOBPI auto-incrementRemy Oukaour
2017-12-30Merge pull request #450 from roukaour/masteryenatch
2017-12-29lda_coord and ldcoord_a exist for thisRemy Oukaour
2017-12-29Clean up changes in 3c6c80fxCrystal
2017-12-29Constants for TextBoxFlagsRemy Oukaour
2017-12-29LY_BLANK and rLCDC constantsxCrystal
2017-12-28endm -> ENDMxCrystal
2017-12-28Lowercase v for VRAM addressesxCrystal
2017-12-28Uppercase MACRO and EQU(S) according to the style guidexCrystal
2017-12-28Prefix engine_flags wram addresses with wxCrystal
2017-12-26Keep memory map values in hardware_constants.asmRemy Oukaour
2017-12-26Copy sram.asm's global start/end constants for wram.asm and vram.asmRemy Oukaour
2017-12-26Correct documentationRemy Oukaour
2017-12-26Various cleanupRemy Oukaour
2017-12-26Rename: emote_headers, sprite_headers, cry_headers, gfx_headers, tileset_headersRemy Oukaour
2017-12-25Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`...Remy Oukaour
2017-12-24move rst.asm and interrupts.asm into home/yenatch
2017-12-24Renaming: (fix #412)Remy Oukaour
2017-12-24Rename "map permissions" to "map environment" (fix #396)Remy Oukaour
2017-12-24callba/callab → farcall/callfarRemy Oukaour
2017-12-22More comments for constant<->table correspondencesRemy Oukaour
2017-12-22IsHM is not used within home/names.asm; group it with the other HM routines+dataRemy Oukaour
2017-12-22Split more code from home.asm into home/ filesRemy Oukaour
2017-12-15More comments for macrosRemy Oukaour
2017-12-14Reorganize macrosRemy Oukaour
2017-12-12Document one more bug.Remy Oukaour
2017-12-12Define constants for collision typesRemy Oukaour
2017-12-12Identify more sprite-related constantsRemy Oukaour
2017-12-11Add member constants for the base data struct, same as most other structsRemy Oukaour
2017-12-11Move more data tables into data/ files.Remy Oukaour
2017-12-11Document macros/map.asmRemy Oukaour
2017-12-10Rename tilesets, consistent with constant namesRemy Oukaour
2017-12-10Use new palette constantsRemy Oukaour
2017-12-10Consistent code formatting: no redundant `a`s and spaces after commasRemy Oukaour
2017-12-09More WRAM cleanupRemy Oukaour
2017-12-09Further WRAM organizationRemy Oukaour
2017-12-09More WRAM organizationRemy Oukaour
2017-12-09Start organizing WRAMRemy Oukaour
2017-12-09More constantsRemy Oukaour
2017-12-09Define more charmap characters and use them in place of hard-coded numbersRemy Oukaour
2017-12-09Document constants with comments, actual names, and more thorough usageRemy Oukaour
2017-10-28Fix WATERTILE/WALLTILE constantspfero
2017-06-24Merge pull request #354 from FredrIQ/commentsyenatch
2017-06-09Replace ‘jp [hl]’ with ‘jp hl’Ben10do
2017-01-08Reverse the LastEnemyCounterMove and LastPlayerCounterMove labelsFredrik Ljungdahl