aboutsummaryrefslogtreecommitdiffstats
path: root/engine/predefs.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix hide show constantspikalaxalt2016-05-311-29/+31
|
* Champion's room; resolve predefspikalaxalt2016-05-311-107/+114
|
* Oh wait, there's predef_const declarations. Huh.pikalaxalt2016-05-211-100/+99
|
* BankF documentation from HasMonFainted to Func_3d536luckytyphlosion2015-12-311-1/+1
|
* bankB misc functionsluckytyphlosion2015-11-291-1/+1
| | | | ScaleSpriteByTwo, DisplayEffectiveness and CheckIfMoveIsKnown
* BankA misc functionsluckytyphlosion2015-11-281-1/+1
| | | | predefsA.asm (replaces predefs12.asm), and LeechSeedEffect_
* engine/menu/start_menu.asmluckytyphlosion2015-11-151-1/+1
| | | | | 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-1/+1
| | | | | | SetDebugTeam Also change Func_3f0c6 to CopyUncompressedPicToTilemap
* Fixes.luckytyphlosion2015-08-301-1/+1
|
* Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-301-2/+2
|\ | | | | | | Doesn't build.
| * named more variablesYamaArashi2015-08-121-1/+1
| |
| * commented SGB palette stuffYamaArashi2015-08-121-1/+1
| |
| * named functionYamaArashi2015-07-231-1/+1
| |
| * miscYamaArashi2015-07-181-4/+4
| |
| * fix variable namingYamaArashi2015-07-181-2/+2
| |
| * named wram variablesYamaArashi2015-07-141-1/+1
| |
| * shake screen functionsYamaArashi2015-07-121-2/+2
| |
| * Rename/organize part 1 of 4U-Daniel-PC\Daniel2015-07-031-4/+4
| | | | | | | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
* | Fix bank3d so it matches baserom.gbcluckytyphlosion2015-08-281-1/+1
| |
* | Attempt to make yellow buildable, part 7.luckytyphlosion2015-08-031-7/+3
| | | | | | | | Builds but not to baserom.gbc.
* | Attempt to make Yellow buildable, part 6.luckytyphlosion2015-08-031-97/+102
| |
* | Bank3d addresses and fixes.luckytyphlosion2015-07-071-4/+4
|/ | | | | Also documentation of new super rod code and slight more documentation of multiply_divide.asm
* commented trade amim functionsYamaArashi2015-03-141-2/+2
|
* named misc functionsYamaArashi2015-02-081-1/+1
|
* fixed hp bar wram label and miscYamaArashi2015-02-071-1/+1
|
* commented battle stuffYamaArashi2015-02-071-2/+2
|
* serial/trade/miscYamaArashi2015-02-071-5/+5
|
* Minor comment/label improvements in Cinnabar Lab.IIMarckus2014-10-161-1/+1
|
* Commented/labelled misc functionsYamaArashi2014-09-141-4/+4
|
* Commented more sprite and map codeYamaArashi2014-09-131-7/+7
|
* Labelled and commented mostly sprite-related thingsYamaArashi2014-09-091-3/+3
|
* Labelled many functions/variablesYamaArashi2014-08-081-4/+4
|
* Use macros for predef calls/jumps instead of static ids.yenatch2014-06-161-1/+1
|
* Use macros to define predefs.yenatch2014-06-161-98/+95
|
* Rename predef functions so they aren't excessive in length.yenatch2014-06-161-48/+25
| | | | | This is mostly because of an rgbasm bug that prevents macro arguments from exceeding 16 characters, but the names were bad anyway.
* Label and comment BattleTransitionU-Fish-PC\Daniel2014-05-291-2/+3
|
* Remove most static wram addresses. Use labels instead.yenatch2014-05-261-19/+13
| | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue.
* Label BCD math predefs.yenatch2014-05-251-6/+7
|
* Clean up some bank 3 functions and rename flag action functions.yenatch2014-05-251-1/+1
|
* Pull a lot of engine out of main.asmU-Fish-PC\Daniel2014-05-221-0/+183