summaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2020-06-03Separate UnusedBattleObjectPals from PartyMenuOBPalsRangi
2020-05-29Rename ScrollingMenu_UpdateDisplay.string_2485f (#726)Lhivorde
2020-05-25Some uses of SCREEN_WIDTH and SCREEN_HEIGHTRangi
2020-05-25Group MoveDescriptions with PrintMoveDesc and rename that to PrintMoveDescrip...Rangi
2020-05-18Update some routine labels, including unreferenced onesRangi
2020-05-17Miscellaneous cleanup noted in #709Rangi
2020-05-16Format all CopyTilemapAtOnce variations the same wayRangi
2020-05-10Update some commentsRangi
2020-05-07Clean up some percentage valuesRangi
2020-05-06Use a FIRST_UNOWN_CHAR constant for the Unown fontRangi
2020-04-30Miscellaneous updatesRangi
2020-04-23Miscellaneous updates and correctionsRangi
2020-04-18Miscellaneous fixes, including one for the Pokédex design flaw by ax6Rangi
2020-04-17More miscellaneous fixes (see #709)Rangi
2020-04-16Fix #709 miscellaneous issuesRangi
2020-04-08Remove unused nonmatching files for electro_ball.png and sgb_border.binRangi
2020-04-06Enable rgbds warnings and remove CFLAGS=-O2 (default is now -O3)Rangi
2020-04-04`dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr`Rangi
2020-04-04Miscellaneous fixes:Rangi
2020-04-04Upgrade to rgbds 0.4.0Rangi
2020-03-21Add suffixes to some constants to avoid ambiguityRangi
2020-03-21rgbds supports 'X - 1' instead of 'X + -1'Rangi
2020-03-21Miscellaneous fixes from #694Rangi
2020-03-16Combine Celebi frames into one PNGRangi
2020-03-15Add a `LANDMARK_` prefix to landmark constantsRangi
2020-03-01Change how some PNG graphics are formattedRangi
2020-02-28'and BANK' -> 'aka BANK'Rangi
2020-02-28Document a bug where Teleport cannot fail for wild PokémonRangi
2020-02-28Identify remaining gfx/unknown filesRangi
2020-02-26Identify gfx/unknown/4985a.asm as gfx/tilesets/forest-tree/unused.pngRangi
2020-02-25Identify some labels and constants for Battle TowerRangi
2020-02-25Fix SRAM references in Function140aemid-kid
2020-02-23Replace some "idiotic", "wtf", "stupid interns" comments with more common "us...Rangi
2020-02-21Merge pull request #685 from mid-kid/mastermid-kid
2020-02-21Fix some comments and inmediatesmid-kid
2020-02-21RTC -> UpdateTimeAndPalsmid-kid
2020-02-16PanicResetClock -> ClearClockmid-kid
2020-02-13Define TileCollisionTable as a standard 'db' seriesRangi
2020-02-13Standardize on lowercase Tilemap and Attrmapmid-kid
2020-02-13Call_LoadTempTileMapToTileMap → SafeLoadTempTileMapToTileMapmid-kid
2020-02-13Remove FarCall prefix from SwapTextboxPalettes and ScrollBGMapPalettesmid-kid
2020-02-13OWFlash -> FlashFunctionmid-kid
2020-02-13Split up engine/events/misc_scripts_2.asmmid-kid
2020-02-13InitSpriteAnimStruct <-> _InitSpriteAnimStructmid-kid
2020-02-06PnP_HiddenPlaces -> PnP_PlacesRangi
2020-02-05Merge pull request #650 from pret/audio-macrosRangi
2020-02-04Use CMDQUEUE constantsRangi
2020-02-04Merge branch 'master' into audio-macrosmid-kid
2020-01-19PHONE_DISPLAY_HEIGHT is 4, the number of visible phone entriesRangi
2020-01-06Merge branch 'master' into audio-macrosdannye