summaryrefslogtreecommitdiff
path: root/engine/pokemon
AgeCommit message (Collapse)Author
2020-07-13Disassemble the final English debug ROMRangi
2020-07-04SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULTRangi
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-17Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to ↵Rangi
OpenSRAM) To do: engine/{menus, overworld}
2020-05-29Rename ScrollingMenu_UpdateDisplay.string_2485f (#726)Lhivorde
2020-05-25Group MoveDescriptions with PrintMoveDesc and rename that to ↵Rangi
PrintMoveDescription (like ItemDescriptions with PrintItemDescription)
2020-04-04`dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr`Rangi
2020-03-21rgbds supports 'X - 1' instead of 'X + -1'Rangi
2020-03-21Miscellaneous fixes from #694Rangi
2020-03-15Add a `LANDMARK_` prefix to landmark constantsRangi
Resolves #697
2020-03-01Change how some PNG graphics are formattedRangi
2020-02-28Identify remaining gfx/unknown filesRangi
2020-02-26Identify gfx/unknown/4985a.asm as gfx/tilesets/forest-tree/unused.pngRangi
2020-02-23Replace some "idiotic", "wtf", "stupid interns" comments with more common ↵Rangi
"useless", "pointless", "could have done X instead"
2020-02-13Standardize on lowercase Tilemap and Attrmapmid-kid
We used to have a mixture of TileMap and and Tilemap, as well as the similar AttrMap. Standardize on one.
2020-02-13Call_LoadTempTileMapToTileMap → SafeLoadTempTileMapToTileMapmid-kid
Stupid name is stupid smh tbh fam.
2020-02-13OWFlash -> FlashFunctionmid-kid
Match the other overworld move functions
2020-02-13InitSpriteAnimStruct <-> _InitSpriteAnimStructmid-kid
These were the wrong way around, as the function in home should not be prefixed
2019-11-23Fix miscellaneous points made in #658Rangi
2019-11-03Fix #645: Use English labels for European mail handling functionsRangi
2019-11-03Bit 6 of PrintNum left-aligns numbersRangi
2019-11-03Miscellaneous label and comment correctionsRangi
2019-11-03Identify some move screen functionsRangi
2019-11-03Rename buttonsound to promptbuttonRangi
2019-10-20#641 fixes and additions. (#646)mid-kid
Name a lot of text labels according to our conventions
2019-06-09Create constants for ScrollingMenu item formatsmid-kid
...I should've done this quite a while ago.
2019-06-04Misc fixesmid-kid
2019-04-19Identify a few more WRAM label usesRangi
2019-04-19Identify some more WRAM labelsRangi
2019-04-13Merge pull request #622 from mid-kid/masterRangi
TextBox -> Textbox
2019-04-09TextBox -> Textboxmid-kid
Homogenizing names.
2019-03-16common_1 text documentationFontbane
Should be almost everything besides some of the mobile stuff and some debug text. Removed VS stuff oops
2018-12-23Define RANDY_OT_IDRangi
2018-11-18Resolve issue #575: Rename text commandsRangi
2018-11-05CorrectNickErrors fixes control characters, not text commandsmid-kid
2018-11-05text_jump → text_farmid-kid
The previous name for this was rather misleading. It isn't an actual jump like you'd expect the `jp` instruction to behave as. Instead, it behaves more like a `farcall`. This also makes it consistent with its current command ID name of `TX_FAR`.
2018-11-05Add colons to some function labelsmid-kid
2018-09-22Naming screen constantsRangi
2018-09-16wMonStatusFlags -> wDebugFlagsmid-kid
2018-08-26hQuotient is a four-byte buffer (fixes #558)Rangi
2018-08-25Remove HRAM label address commentsRangi
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-07RestorePPofDepositedPokemon -> RestorePPOfDepositedPokemonmid-kid
2018-08-07Split print_move_description and mon_menumid-kid
2018-07-29wSwitchMonRangi
2018-07-29Add meaningful aliases for wd265Rangi
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants
2018-07-23StringCmp → CompareBytes; CompareLong → CompareBytesLongRangi
hStringCmpString[1/2] → h[EnemyMon/PartyMon1]Speed
2018-07-23Consistent routine naming convention: 'Foo' wraps '_Foo'Rangi
2018-07-11Replace more hex values with constants or decimalRangi
2018-06-30" " → "┘" + 1Rangi