summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-25Merge pull request #555 from Rangi42/ldhRangi
Use real labels for HRAM instead of constants, and the ldh instruction
2018-08-25Merge pull request #541 from igidrau/patch-2Rangi
Labeled everything
2018-08-25Reorganize math-related HRAM union (ffb3)Rangi
2018-08-25Changed some labels according to Rangi's commentsigidrau
2018-08-25Avoid a nested unionRangi
2018-08-25These are signed offsets, not addresses (thanks, PikalaxALT)Rangi
2018-08-25Remove HRAM label address commentsRangi
2018-08-25hLabel - $ff00 -> LOW(hLabel)Rangi
2018-08-25Use labels instead of constants for HRAMRangi
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld
2018-08-23Merge pull request #554 from Rangi42/masterRangi
[RTM] Miscellaneous fixes
2018-08-23asm → diffRangi
2018-08-20Merge branch 'master' of https://github.com/Rangi42/pokecrystalRangi
2018-08-20Label some Unknown map textRangi
2018-08-19Label some Unknown map textRangi
2018-08-19Update file paths in commentsRangi
2018-08-19Merge pull request #550 from mid-kid/masterRangi
Misc things
2018-08-19Merge pull request #553 from Rangi42/masterRangi
Avoid warnings from gcc for lzcomp
2018-08-19Fix docsmid-kid
2018-08-18Avoid warnings from gcc without having to silence them allRangi
2018-08-18Merge pull request #549 from aaaaaa123456789/masterRangi
Update lzcomp to the newest version
2018-08-17CheckDestinyBond -> CheckFaintmid-kid
Its main function is fainting the opponent and ending the move effect. Updated the comment accordingly.
2018-08-17Fix some StatUp-related labelsmid-kid
2018-08-16GetDamageStatsCritical -> CheckDamageStatsCriticalmid-kid
Clarified its usage, as the comments surrounding it were factually wrong.
2018-08-16Better labels/constants for Move Tutor.IIMarckus
2018-08-08There was an error in the previous commitigidrau
2018-08-08Changed the labels accordingly to the standard styleigidrau
2018-08-07Consistency with order of constant commentsmid-kid
2018-08-07Fix more uses of EFFECTIVEmid-kid
2018-08-07Fix INSTALL.mdmid-kid
2018-08-07Fix constants in BattleCommand_MirrorCoatmid-kid
2018-08-07wWeeklyFlags -> wDailyFlags2mid-kid
These are by far not always checked each week, and as such shouldn't be called that. Since they're almost always used through the `bit` instruction, it's very inconvenient to just make wDailyFlags a `dw` instead.
2018-08-07RestorePPofDepositedPokemon -> RestorePPOfDepositedPokemonmid-kid
2018-08-07Split print_move_description and mon_menumid-kid
2018-08-04Update lzcomp to the latest version and fix Makefiles accordinglyaaaaaa123456789
2018-07-29Merge pull request #548 from Rangi42/masterRangi
Add meaningful aliases for wd265
2018-07-29Every diff line starts with +, -, or spaceRangi
2018-07-29Pokedex_PutScrollbarOAM data valuesRangi
2018-07-29No wCurMove alias for wCurSpeciesRangi
2018-07-29Fix reviewed issues.Rangi
Pokedex_PrintListing has a comment noting how it depends on wCurSpecies == wNamedObjectIndexBuffer; an assert would be more convenient, but is not possible since WRAM label addresses are not defined yet here.
2018-07-29Make reviewed fixes; standardize on " + "Rangi
2018-07-29wSwitchMonRangi
2018-07-29wLuckyNumberDigitsBufferRangi
2018-07-29Improve wTrainerHUDTiles usageRangi
2018-07-29; entries correspond to PLAYEREVENT_* constantsRangi
2018-07-29wDeciramBuffer → wBreedingCompatibility in UnknownText_0x1bd0d8Rangi
2018-07-29Reformat some bugfix diffsRangi
2018-07-29Add meaningful aliases for wd265Rangi
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants
2018-07-28Merge pull request #535 from ketsuban/fix-battle-transitionRangi
Add fix for battle transition bug
2018-07-28Merge pull request #547 from mid-kid/masterRangi
anim_ret_command is an index in a table after all
2018-07-28Add fix for battle transition bugThomas Winwood