summaryrefslogtreecommitdiff
path: root/home.asm
AgeCommit message (Collapse)Author
2015-07-03TX_ASMU-Daniel-PC\Daniel
2015-07-03Rename/organize part 1 of 4U-Daniel-PC\Daniel
rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
2015-04-09money won and trainer pic constantsxCrystal
2015-03-13commented mon_party_sprites.asmYamaArashi
2015-03-12Low health alarm documentationU-Daniel-PC\Daniel
RenaKunisaki
2015-02-08Rename some labelsYamaArashi
2015-02-08named misc functionsYamaArashi
2015-02-08move-related thingsYamaArashi
2015-02-07fixed hp bar wram label and miscYamaArashi
2015-02-07Named wram symbolsYamaArashi
2015-02-07commented battle stuffYamaArashi
2015-02-07commented menu stuffYamaArashi
2015-02-07serial/trade/miscYamaArashi
2015-01-24Better documenting for GetMachinePrice and TechnicalMachinePrices.Marcus Huderle
2015-01-22Clean up white space, fix label typoU-Daniel-PC\Daniel
2014-09-23Rename hVBlank* constants to h*.yenatch
2014-09-20Merge remote-tracking branch 'YamaArashi/master'yenatch
Conflicts: constants/misc_constants.asm engine/battle/core.asm engine/menu/pokedex.asm engine/town_map.asm home.asm hram.asm
2014-09-17Add macros for text predefs.yenatch
2014-09-17Recomment misc functions in home.asm.yenatch
2014-09-17Don't define addresses for ROM0 sections in home.asm.yenatch
Instead, occupy the space reserved for the rom header so there is no collision.
2014-09-14Commented/labelled misc functionsYamaArashi
2014-09-13Commented more sprite and map codeYamaArashi
2014-09-09Labelled and commented mostly sprite-related thingsYamaArashi
2014-09-08Add comments regarding menus and spritesYamaArashi
2014-08-30Use hram constants for remaining joypad variables.yenatch
2014-08-12Split copy and serial functions out of home.asm.yenatch
2014-08-08Labelled many functions/variablesYamaArashi
2014-08-07Fix static banks passed into GetName.yenatch
This appears to be the only other use of wPredefBank. Chances are there are more uncaught banks. Known cases are marked as "hardcoded" or similar.
2014-06-25Use *Coord instead of FuncCoordU-Fish-PC\Daniel
Using 'Coord =' doesn't like using wTileMap So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord to avoid static addresses
2014-06-16Use macros for predef calls/jumps instead of static ids.yenatch
2014-06-16Rename predef functions so they aren't excessive in length.yenatch
This is mostly because of an rgbasm bug that prevents macro arguments from exceeding 16 characters, but the names were bad anyway.
2014-06-16Remove generated "indirect jump" comments.yenatch
The destination is obvious when using the predef macro.
2014-06-14Hall of Fame sram labels and related constants.yenatch
2014-06-14Use monster struct macros in wram. Rename related labels for consistency.yenatch
2014-05-31Split more code out of home.asm.yenatch
2014-05-31Use rgbasm -h to use halt without nops.yenatch
2014-05-31Clean up bg map and palette fade code in home.asm.yenatch
2014-05-30Split the text engine out of home.asm.yenatch
2014-05-30Recomment some copy/video functions in home.asm.yenatch
2014-05-30Split out joypad and overworld code from home.asm.yenatch
2014-05-29Use VRAM constants where applicable.yenatch
2014-05-27More wOAMBuffer references.yenatch
2014-05-26Remove most static wram addresses. Use labels instead.yenatch
For unknown addresses, use "w<address>". Label overleads are still an issue.
2014-05-25Label BCD math predefs.yenatch
2014-05-25Rename GetJoypadState -> Joypad.yenatch
2014-05-25Rename joypad registers.yenatch
2014-05-25Move bank 0 into home.asm.yenatch