summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2021-07-08Merge pull request #1478 from Kurausukun/itemprintGriffinR
Change ItemPrintFunc to Use u32 Instead of s32
2021-07-05Add local id constants for CGriffinR
2021-07-03Revert "remove gflib"Kurausukun
This reverts commit 8b59909ac5eb6e3540aeb78396943d57a9702e4d.
2021-07-03Merge pull request #1471 from GriffinRichards/fix-lockGriffinR
Fix some object lock names
2021-07-02Condense battle AI scripts, minor clean upGriffinR
2021-07-02Document smart shopper TV showGriffinR
2021-07-02Label remaining region_map symbolsGriffinR
2021-07-01Clean up mirage towerGriffinR
2021-06-21Merge pull request #1469 from GriffinRichards/fix-contestheartsPikalaxALT
Clarify contest heart tiles
2021-06-21Clarify contest heart tilesGriffinR
2021-06-18change printItemFunc to use u32 instead of s32Kurausukun
also change a use of -2 to LIST_CANCEL
2021-06-17remove gflibKurausukun
2021-06-13Change map header flags to use a bitfieldExpoSeed
2021-06-10Remove remaining grey and replace with grayExpoSeed
2021-05-31[LEAK-INFORMED] fix CreateShedinja fakematchKurausukun
info: the header change is required. accesses to the struct need to be treated as non-const, even though the array must be const. thanks to jiang for figuring this out.
2021-05-13Update IsPokemonCryPlayinggAlfonso-bit
2021-05-11Name map groupsGriffinR
2021-05-06Fix Substitute typoFlametix
2021-05-04Restore EReaderTrainerHillSet dummyGriffinR
2021-05-04Fix some object lock namesGriffinR
2021-04-29Merge pull request #1421 from GriffinRichards/doc-tvrecordmixGriffinR
Document TV
2021-04-28Merge pull request #1420 from GriffinRichards/doc-dataanimsGriffinR
Document battler affine anims, default pokeball throw
2021-04-28Merge pull request #1418 from GriffinRichards/sync-ereaderhelpGriffinR
Sync e-reader helpers, document trainer hill e-reader
2021-04-27Merge pull request #1417 from GriffinRichards/doc-pyramidbagGriffinR
Document Battle Pyramid Bag
2021-04-27Merge pull request #1415 from GriffinRichards/doc-contestutilGriffinR
Some Contest clean up
2021-04-26Merge pull request #1419 from GriffinRichards/doc-animstatusGriffinR
Label more unused battle anims
2021-04-26Merge pull request #1410 from GriffinRichards/doc-tradedataGriffinR
Document trade sequence animation, some trade cleanup
2021-04-26Document TVGriffinR
2021-04-25Document battler sprite affine anims, default pokeball throwGriffinR
2021-04-24Label more unused battle animsGriffinR
2021-04-24Document trainer hill ereaderGriffinR
2021-04-24Sync ereader_helpers with pokefireredGriffinR
2021-04-23Document Battle Pyramid BagGriffinR
2021-04-22Misc contest cleanupGriffinR
2021-04-21Clean up contest_paintingGriffinR
2021-04-20Clean up contest_utilGriffinR
2021-04-20Document trade sequence animation, some trade cleanupGriffinR
2021-04-17Doc storage - misc cleanup, some item/cursorGriffinR
2021-04-16Doc storage - fix row/column flipGriffinR
2021-04-15Doc storage - choose box menu, move wallpaper gfxGriffinR
2021-04-15Doc storage - wallpaper and titlesGriffinR
2021-04-14Merge pull request #1403 from GriffinRichards/doc-pokeblockGriffinR
Document Pokéblock menu and feeding scene
2021-04-13Remove unnecessary scope for TEST_BUTTONGriffinR
2021-04-13Merge pull request #1400 from GriffinRichards/doc-pokemonanimGriffinR
Document Pokémon animation
2021-04-12Document pokeblock feed sceneGriffinR
2021-04-11Document pokeblock menuGriffinR
2021-04-10Merge pull request #1398 from GriffinRichards/doc-fieldGriffinR
Document field
2021-04-10Merge pull request #1397 from GriffinRichards/doc-moremiscGriffinR
Clean up battle scripts
2021-04-10Document pokemon animation typesGriffinR
2021-04-06event_object_movement cleanupGriffinR