aboutsummaryrefslogtreecommitdiffstats
path: root/home (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Label some functionsluckytyphlosion2015-05-131-203/+9
| |
* | Added more overworld code.luckytyphlosion2015-05-131-65/+65
| |
* | Moved HandleMidJumpluckytyphlosion2015-05-131-13/+16
| |
* | Update overworld.asmluckytyphlosion2015-05-111-6/+14
| |
* | Update copy2.asmluckytyphlosion2015-05-111-18/+48
| |
* | Update copy2.asmluckytyphlosion2015-05-111-37/+0
| |
* | Update copy2.asmluckytyphlosion2015-05-111-15/+27
| |
* | Update copy.asmluckytyphlosion2015-05-111-1/+1
| |
* | Update copy2.asmluckytyphlosion2015-05-111-1/+1
| |
* | Update copy.asmluckytyphlosion2015-05-111-0/+20
| |
* | Update copy2.asmluckytyphlosion2015-05-111-1/+1
| |
* | Update copy.asmluckytyphlosion2015-05-111-0/+20
| |
* | Update copy.asmluckytyphlosion2015-05-111-12/+22
| |
* | Fixed Vblank.asmluckytyphlosion2015-05-101-26/+20
| |
* | Delete joypad.asmluckytyphlosion2015-05-101-39/+0
| |
* | Move play_time.asm to homebank.luckytyphlosion2015-05-101-0/+61
| |
* | Addresses for functions.luckytyphlosion2015-05-101-6/+6
| |
* | Slight changes within vcopy.asmluckytyphlosion2015-05-101-42/+16
|/ | | Changes: Game Freak learned that ld [$xxxx],sp exists, and uses that to save a bit of space/time.
* Low health alarm documentationU-Daniel-PC\Daniel2015-03-121-1/+1
| | | | RenaKunisaki
* commented battle stuffYamaArashi2015-02-071-1/+1
|
* Fix typo in nameYamaArashi2015-02-071-2/+1
|
* serial/trade/miscYamaArashi2015-02-074-319/+328
|
* Fix some sfx idsU-Daniel-PC\Daniel2015-01-271-2/+2
|
* Rename hVBlank* constants to h*.yenatch2014-09-232-4/+4
|
* Merge remote-tracking branch 'YamaArashi/master'yenatch2014-09-209-235/+237
|\ | | | | | | | | | | | | | | | | | | Conflicts: constants/misc_constants.asm engine/battle/core.asm engine/menu/pokedex.asm engine/town_map.asm home.asm hram.asm
| * Commented/labelled misc functionsYamaArashi2014-09-144-65/+66
| |
| * Commented more sprite and map codeYamaArashi2014-09-135-131/+133
| |
| * Labelled and commented mostly sprite-related thingsYamaArashi2014-09-092-22/+21
| |
| * Labelled many functions/variablesYamaArashi2014-08-083-6/+6
| |
* | Split copy and serial functions out of home.asm.yenatch2014-08-124-0/+559
|/
* Use *Coord instead of FuncCoordU-Fish-PC\Daniel2014-06-253-60/+30
| | | | | | Using 'Coord =' doesn't like using wTileMap So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord to avoid static addresses
* Use macros for predef calls/jumps instead of static ids.yenatch2014-06-161-18/+9
|
* Use macros to define predefs.yenatch2014-06-161-4/+2
|
* Fix a typo in home/vcopy.asm.yenatch2014-06-161-1/+1
| | | | | This must have happened when the file got split out of home.asm. Since it was the first character on the line, it was interpreted as a label.
* Rename predef functions so they aren't excessive in length.yenatch2014-06-161-6/+6
| | | | | This is mostly because of an rgbasm bug that prevents macro arguments from exceeding 16 characters, but the names were bad anyway.
* Use monster struct macros in wram. Rename related labels for consistency.yenatch2014-06-141-3/+3
|
* More music bank referencesU-Fish-PC\Daniel2014-06-101-1/+1
| | | | Now the AUDIO constants in audio.asm can be edited freely
* Clean up music bank referencesU-Fish-PC\Daniel2014-06-093-14/+14
|
* Split more code out of home.asm.yenatch2014-05-317-0/+1591
|
* Split the text engine out of home.asm.yenatch2014-05-301-0/+738
|
* Split out joypad and overworld code from home.asm.yenatch2014-05-302-0/+2458