summaryrefslogtreecommitdiff
path: root/home/window.asm
AgeCommit message (Collapse)Author
2020-10-28Replace many '; unused' with '; unreferenced'Rangi
2020-06-16ReplaceKrisSprite -> UpdatePlayerSpriteRangi
2020-02-13Standardize on lowercase Tilemap and Attrmapmid-kid
We used to have a mixture of TileMap and and Tilemap, as well as the similar AttrMap. Standardize on one.
2019-11-18Make the map setup commands match the actual function names bettermid-kid
These functions used as map setup commands are used in other places, too, so I can't prefix them under the same. The names should match except I won't repeat "map" in a map setup command name.
2019-04-09TextBox -> Textboxmid-kid
Homogenizing names.
2019-01-12Say "BANK(Foo) ; aka BANK(Bar)" to clarify that Foo and Bar share a bankRangi
2018-08-25Use labels instead of constants for HRAMRangi
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-06-24Remove all address commentsmid-kid
2018-04-05Move more code from home.asm into home/Rangi
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-02Clean up XXX comments for unused contentxCrystal
2017-12-24callba/callab → farcall/callfarRemy Oukaour
2016-05-10Name all functions in event/pikalaxalt
2016-05-10Labeled every function in ROM0 that's referenced in the sourcepikalaxalt
2016-05-04HDMA transfer functionspikalaxalt
2016-04-10Local labels starting with capital letters are now decorated with a trailing ↵pikalaxalt
colon; remove trailing whitespace; globally correct line endings to UNIX style
2015-12-24writebackup --> closewindow; game corner prize vendors; othersPikalaxALT
2015-12-22Color fns, some more address decoding in link/mobilePikalaxALT
2015-12-19More work on slots; WRAM cleanup, Move DeleterPikalaxALT
2015-12-09opentext and breedingPikalaxALT
2015-11-25Rename several script commandsPikalaxALT
2015-11-11engine/mart.asmPikalaxALT
2015-11-04home/copy.asm completely labeledPikalaxALT
2015-10-24About time I got to these functionsPikalaxALT
2015-10-17Add commented numbers to map/group constantsPikalaxALT
2015-07-22Various annotationsPikalaxALT
Annotated the SGB functions in predef/sgb.asm, and some of the map scripts. Renamed several functions in home. Renamed six WRAM addresses corresponding to party icon animations, and renamed several others relative to these.
2015-07-20Named more specials, fixed a missing EOLPikalaxALT
2015-07-20More label updates, moved predefs to new filePikalaxALT
Also named most of the engine and event flag constants.
2015-07-15More enumeration of constants, more annotations of scripts.PikalaxALT
2015-06-23Remove trailing newlines.IIMarckus
2014-02-01Use :: to export labels between objects.yenatch
This fixes the build.
2013-09-18move window asm into home/window.asmyenatch