summaryrefslogtreecommitdiff
path: root/home/movement.asm
AgeCommit message (Collapse)Author
2020-10-29Identify the remaining (non-mobile) uses of another WRAM unionRangi
2019-11-03Split menu code out of home/movement.asmRangi
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-25Single newline at the end of filesRangi
2018-06-24Remove all address commentsmid-kid
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2017-12-25Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % ↵Remy Oukaour
$100` or `X >> 8` and `X & $ff`
2017-12-24Renaming: (fix #412)Remy Oukaour
- MapTriggers / maptrigger → SceneScripts / scene_script - XYTriggers / xy_trigger → CoordEvents / coord_event - Signposts / signpost → BGEvents / bg_event - PersonEvents / person_event → ObjectEvents / object_event
2017-12-24callba/callab → farcall/callfarRemy Oukaour
2017-12-09More WRAM cleanupRemy Oukaour
2016-05-14Unify directional movement macrospikalaxalt
2016-05-10Labeled every function in ROM0 that's referenced in the sourcepikalaxalt
2016-05-04More splitting of main.asm; remove unneeded rept 2pikalaxalt
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
2016-03-01Battle animation annotationsPikalaxALT
2015-12-23Battle Anim Object struct constantsPikalaxALT
2015-12-17More menu stuffPikalaxALT
2015-12-17Mobile trade animations, pokepic animationsPikalaxALT
2015-12-15MenuPikalaxALT
2015-11-18CmdQueuesPikalaxALT
2015-11-09Cleaning up static HRAM labels; movement stuff, route 38 trainersPikalaxALT
2015-10-24About time I got to these functionsPikalaxALT
2015-10-16Split up bank 2; other relabelingsPikalaxALT
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-20Reverted ld_hl_pointer macroPikalaxALT
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
2015-02-10Blind wram labels part 4.yenatch
2014-02-01Use :: to export labels between objects.yenatch
This fixes the build.
2013-11-27split some more and recomment more home asmyenatch