summaryrefslogtreecommitdiff
path: root/home/init.asm
AgeCommit message (Expand)Author
2020-07-01Identify more labels, and use the jumptable macro when possibleRangi
2020-06-17Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenS...Rangi
2020-06-16Harmonize home/ with pokegoldRangi
2019-11-18Make the map setup commands match the actual function names bettermid-kid
2019-05-25Fix usage of rIE and rSC constantsmid-kid
2019-01-12Say "BANK(Foo) ; aka BANK(Bar)" to clarify that Foo and Bar share a bankRangi
2018-12-26Fix comments around BANK() statementsmid-kid
2018-08-25Use labels instead of constants for HRAMRangi
2018-06-25No space between labels and bodiesRangi
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-06-24Remove all address commentsmid-kid
2018-01-30Fix wVirtualOAM labels, part 1.luckytyphlosion
2018-01-23Replace Stack with wStack.luckytyphlosion
2018-01-19Use hSerialConnectionStatus constants elsewhereRemy Oukaour
2018-01-19Resolve #471 (although link code still needs more cleanup, like its WRAM labels)Remy Oukaour
2018-01-18Eliminate wd000Remy Oukaour
2018-01-16Remove Predef_ prefix from routines listed in PredefPointersRemy Oukaour
2018-01-14Merge branch 'dev' of https://github.com/TheMostCuriousThing/pokecrystal (res...Remy Oukaour
2018-01-03Use BANK for hardcoded WRAM banks (except where bankswitches appear unnecessa...Adelaide Walter
2018-01-03Scrub WRAM addresses from comments & use WRAM1_Begin where appropriate.Adelaide Walter
2018-01-02Consistent predef function namesxCrystal
2017-12-29Clean up changes in 3c6c80fxCrystal
2017-12-29LY_BLANK and rLCDC constantsxCrystal
2017-12-28Lowercase v for VRAM addressesxCrystal
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-25Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`...Remy Oukaour
2017-12-24callba/callab → farcall/callfarRemy Oukaour
2017-12-09Further WRAM organizationRemy Oukaour
2016-05-19Comment on bug in ClearWRAMpikalaxalt
2016-05-10Labeled every function in ROM0 that's referenced in the sourcepikalaxalt
2016-05-05Mobile and more battle animspikalaxalt
2016-04-10Local labels starting with capital letters are now decorated with a trailing ...pikalaxalt
2015-12-26Move effects; no more reloadmapmusic, returnafterbattlePikalaxALT
2015-11-11More splits; map setup labelsPikalaxALT
2015-11-06BATTLEACTION constantsPikalaxALT
2015-11-05Various labelsPikalaxALT
2015-10-19So very jumbPikalaxALT
2015-06-23Remove trailing newlines.IIMarckus
2015-02-10Blind wram labels part 4.yenatch
2014-06-16Use a predef macro that takes labels instead of juggling constants.yenatch
2014-05-21Comment music functions in home.asm.yenatch
2014-02-01Use :: to export labels between objects.yenatch
2013-10-11fix labels for SoundRestart and UpdateSoundyenatch
2013-09-09rename common/ to home/yenatch