aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menu/main_menu.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sync with pokereddannye2020-11-041-297/+0
|
* Sync with pokereddannye2020-05-201-73/+73
|
* Remove more address commentsdannye2016-06-121-1/+1
|
* remove address commentsYamaArashi2016-06-111-17/+17
|
* Merge branch 'master' of https://github.com/pret/pokeyellowdannye2016-06-111-1/+1
|\
| * Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt2016-06-081-3/+3
| |\
| * | Printer-related labelspikalaxalt2016-06-061-1/+1
| | |
* | | Sync with pokereddannye2016-06-111-4/+4
| |/ |/| | | | | from August 29, 2015 to April 6, 2016
* | Clean up white spacedannye2016-06-061-3/+3
|/
* BankF documentation from HasMonFainted to Func_3d536luckytyphlosion2015-12-311-1/+1
|
* engine/menu/start_menu.asmluckytyphlosion2015-11-151-2/+2
| | | | | Also remove dummy traces of FarCopyData2 and use callbs in home/vblank.asm
* Main menu functions, oak_speech.asm, some special warp functions with data, ↵luckytyphlosion2015-10-311-449/+34
| | | | | | SetDebugTeam Also change Func_3f0c6 to CopyUncompressedPicToTilemap
* overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion2015-10-291-4/+4
| | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args
* Complete documentation of bank3luckytyphlosion2015-10-181-1/+1
| | | | | Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
* named more variablesYamaArashi2015-08-121-1/+1
|
* commented SGB palette stuffYamaArashi2015-08-121-1/+1
|
* More joypad constantsdannye2015-08-111-2/+3
|
* Replace hardcoded name lengths with NAME_LENGTHdannye2015-08-101-1/+1
|
* named CountSetBits output variableYamaArashi2015-08-071-2/+2
|
* constants for PrintNumberYamaArashi2015-07-291-4/+4
|
* yet more namingYamaArashi2015-07-251-2/+2
|
* clean up wram aliasesYamaArashi2015-07-231-1/+1
|
* namingYamaArashi2015-07-191-2/+2
|
* Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-191-57/+63
|\ | | | | | | | | | | Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm
| * miscYamaArashi2015-07-181-57/+63
| |
* | Name sound effectsdannye2015-07-191-1/+1
|/
* Consolidate coord macrosdannye2015-07-181-29/+29
|
* Merge branch 'master' of https://github.com/iimarckus/pokereddannye2015-07-161-21/+21
|\
| * menu stuffYamaArashi2015-07-151-17/+17
| |
| * hall of fame / creditsYamaArashi2015-07-141-4/+4
| |
* | Swap trade center and battle centerdannye2015-07-161-4/+4
|/ | | | | also rename battle center to colosseum closes https://github.com/iimarckus/pokered/issues/102
* Comment naming screendannye2015-07-141-6/+7
| | | | also use more joypad constants
* Use more *Coorddannye2015-07-141-6/+6
| | | | | | 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-12/+12
| | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
* serial/trade/miscYamaArashi2015-02-071-61/+65
|
* Merge remote-tracking branch 'YamaArashi/master'yenatch2014-09-201-13/+14
|\ | | | | | | | | | | | | | | | | | | Conflicts: constants/misc_constants.asm engine/battle/core.asm engine/menu/pokedex.asm engine/town_map.asm home.asm hram.asm
| * Commented more sprite and map codeYamaArashi2014-09-131-13/+14
| |
* | Use hram constants for remaining joypad variables.yenatch2014-08-301-2/+2
|/
* Use *Coord instead of FuncCoordU-Fish-PC\Daniel2014-06-251-52/+26
| | | | | | 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
|
* Use monster struct macros in wram. Rename related labels for consistency.yenatch2014-06-141-2/+2
|
* Remove most static wram addresses. Use labels instead.yenatch2014-05-261-102/+102
| | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue.
* Rename GetJoypadState -> Joypad.yenatch2014-05-251-2/+2
|
* Rename joypad registers.yenatch2014-05-251-6/+6
|
* Pull a lot of engine out of main.asmU-Fish-PC\Daniel2014-05-221-0/+726