aboutsummaryrefslogtreecommitdiffstats
path: root/engine/in_game_trades.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add space between arguments in assembly instructions and remove redundant a ↵xCrystal2017-12-301-82/+82
| | | | in instructions like add a, x
* Merge branch 'master' of https://github.com/pret/pokereddannye2016-07-181-1/+1
|\
| * sync engine code with pokeyellowYamaArashi2016-06-121-1/+1
| |
* | Clean up text commandsdannye2016-07-181-1/+3
|/
* remove address commentsYamaArashi2016-06-111-30/+30
|
* No more W_dannye2015-08-301-3/+3
|
* Replace hardcoded name lengths with NAME_LENGTHdannye2015-08-101-8/+8
|
* Use more lbdannye2015-08-051-9/+9
| | | | and other clean up
* constants for flag actionsYamaArashi2015-07-191-2/+2
|
* jpab/jpba macrosYamaArashi2015-07-191-3/+1
|
* menu stuffYamaArashi2015-07-151-3/+3
|
* player animations, emotion bubbles, etc.YamaArashi2015-07-141-2/+2
|
* named party menu/naming screen wram variablesYamaArashi2015-07-131-2/+2
|
* movemon and removepokemon wram variablesYamaArashi2015-07-121-1/+1
|
* Rename/organize part 1 of 4U-Daniel-PC\Daniel2015-07-031-1/+1
| | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
* commented trade amim functionsYamaArashi2015-03-141-1/+1
|
* serial/trade/miscYamaArashi2015-02-071-80/+84
|
* Commented/labelled misc functionsYamaArashi2014-09-141-1/+1
|
* Commented more sprite and map codeYamaArashi2014-09-131-1/+1
|
* Labelled and commented mostly sprite-related thingsYamaArashi2014-09-091-1/+1
|
* Use macros for predef calls/jumps instead of static ids.yenatch2014-06-161-6/+3
|
* Rename predef functions so they aren't excessive in length.yenatch2014-06-161-1/+1
| | | | | 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-7/+7
|
* Remove most static wram addresses. Use labels instead.yenatch2014-05-261-50/+50
| | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue.
* Rename random number function and hram labels.yenatch2014-05-241-2/+2
| | | | | | | GenRandom -> Random GenRandomInBattle -> BattleRandom H_RAND1 -> hRandomAdd H_RAND2 -> hRandomSub
* Pull a lot of engine out of main.asmU-Fish-PC\Daniel2014-05-221-0/+329