aboutsummaryrefslogtreecommitdiffstats
path: root/engine/trade.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sync with pokereddannye2020-11-041-857/+0
|
* Fix warnings about deprecated mnemonics on newer builds of rgbdsPokechu222017-09-251-1/+1
|
* sync engine code with pokeredYamaArashi2016-06-111-1/+1
|
* remove address commentsYamaArashi2016-06-111-54/+54
|
* BankF documentation from HasMonFainted to Func_3d536luckytyphlosion2015-12-311-1/+1
|
* engine/trade.asm, trade2.asm, intro.asm, overworld/emotion_bubbles.asmluckytyphlosion2015-12-231-68/+72
| | | | Also document Func_1681 (GetFarByte) and fix Missingno's dex entry
* BankD misc functionsluckytyphlosion2015-12-051-8/+8
| | | | Game Corner stuff and (unused) titlescreen2.asm
* engine/menu/start_menu.asmluckytyphlosion2015-11-151-2/+2
| | | | | Also remove dummy traces of FarCopyData2 and use callbs in home/vblank.asm
* overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion2015-10-291-3/+3
| | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args
* add border constant and clear up misnomerYamaArashi2015-08-141-5/+5
|
* named more variablesYamaArashi2015-08-121-1/+1
|
* commented SGB palette stuffYamaArashi2015-08-121-6/+6
|
* Replace hardcoded name lengths with NAME_LENGTHdannye2015-08-101-4/+4
|
* Replace some hardcoded data sizesdannye2015-08-091-4/+4
|
* Use more lbdannye2015-08-051-5/+5
| | | | and other clean up
* named animation functions/variablesYamaArashi2015-07-241-6/+6
|
* jpab/jpba macrosYamaArashi2015-07-191-3/+1
|
* Name sound effectsdannye2015-07-191-2/+2
|
* Consolidate coord macrosdannye2015-07-181-16/+16
|
* Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-141-3/+10
|\ | | | | | | | | Conflicts: engine/town_map.asm
| * more trade comments/fixesYamaArashi2015-07-121-3/+10
| |
* | Use more *Coorddannye2015-07-141-1/+1
|/ | | | | | also town map code relabelling YamaArashi just did town map relabelling but oh well I aleady made the changes and don't feel like redoing it
* 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-148/+241
|
* relabel and add commentYamaArashi2015-03-131-2/+2
|
* commented mon_party_sprites.asmYamaArashi2015-03-131-3/+3
|
* serial/trade/miscYamaArashi2015-02-071-185/+186
|
* Rename hVBlank* constants to h*.yenatch2014-09-231-3/+3
|
* Merge remote-tracking branch 'YamaArashi/master'yenatch2014-09-201-6/+6
|\ | | | | | | | | | | | | | | | | | | 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-141-1/+1
| |
| * Commented more sprite and map codeYamaArashi2014-09-131-2/+2
| |
| * Labelled many functions/variablesYamaArashi2014-08-081-3/+3
| |
* | Use move animation constants instead of static values.yenatch2014-09-171-6/+6
|/ | | | This allows new moves and animations to be added without overlap.
* Use *Coord instead of FuncCoordU-Fish-PC\Daniel2014-06-251-30/+15
| | | | | | 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-2/+1
|
* Remove generated "indirect jump" comments.yenatch2014-06-161-1/+1
| | | | The destination is obvious when using the predef macro.
* Use monster struct macros in wram. Rename related labels for consistency.yenatch2014-06-141-3/+3
|
* Use VRAM constants where applicable.yenatch2014-05-291-7/+7
|
* Remove most static wram addresses. Use labels instead.yenatch2014-05-261-65/+65
| | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue.
* Comment some more bank 0 functions.yenatch2014-05-231-4/+4
|
* Pull a lot of engine out of main.asmU-Fish-PC\Daniel2014-05-221-0/+770