summaryrefslogtreecommitdiff
path: root/engine/pokegear
AgeCommit message (Expand)Author
2022-01-10Use time constants more often (#867)Idain
2021-06-19Standardize capitalization of ".Jumptable"Rangi
2021-04-19Use rgbds 0.5.0Rangi
2021-03-24Sync some files with pokegoldRangi
2021-03-21The radio's "Places & People" does not comment on Mysticalman EusineRangi
2021-03-16Revise some constant definitionsRangi
2021-03-04Verify data table sizes with table_width and assert_table_length macrosRangi
2021-01-09Rename GetFarHalfword to GetFarWordRangi
2020-12-23Rename some labelsRangi
2020-11-17Correct some filename commentsRangi
2020-11-09Replace $0 with 0 for "ld l, a / ld h, 0" idiomRangi
2020-10-28Identify more WRAM labels, and start a <X>_DummyFunction label conventionRangi
2020-10-28Replace many '; unused' with '; unreferenced'Rangi
2020-10-26Use more assertions to ensure correct code and dataRangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-10-06Update battle anim bg function comments, and identify more unnamed labelsRangi
2020-10-05Identify more unnamed labelsRangi
2020-10-04Identify more unnamed labelsRangi
2020-08-18Merge pull request #756 from mid-kid/masterRangi
2020-08-13Consistent constants for radio data table sizes (could still be better)Rangi
2020-08-03Prevent OaksPKMNTalk from looping forever if NUM_GRASSMON is changedmid-kid
2020-07-21Define JOHTO_FLYPOINT like KANTO_FLYPOINTRangi
2020-07-21Define NUM_FLYPOINTSRangi
2020-07-01Identify more labels, and use the jumptable macro when possibleRangi
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-17Harmonize engine/{phone, pokedex, pokegear, printer, rtc, tilesets} with poke...Rangi
2020-04-04Miscellaneous fixes:Rangi
2020-03-15Add a `LANDMARK_` prefix to landmark constantsRangi
2020-02-13Standardize on lowercase Tilemap and Attrmapmid-kid
2020-02-13InitSpriteAnimStruct <-> _InitSpriteAnimStructmid-kid
2020-02-06PnP_HiddenPlaces -> PnP_PlacesRangi
2020-01-19PHONE_DISPLAY_HEIGHT is 4, the number of visible phone entriesRangi
2019-11-18Make the map setup commands match the actual function names bettermid-kid
2019-10-20#641 fixes and additions. (#646)mid-kid
2019-06-10Apply suggested changesmid-kid
2019-04-09TextBox -> Textboxmid-kid
2018-11-18Resolve issue #575: Rename text commandsRangi
2018-11-05text_jump → text_farmid-kid
2018-09-09Curr -> CurRangi
2018-08-25Use labels instead of constants for HRAMRangi
2018-08-07wWeeklyFlags -> wDailyFlags2mid-kid
2018-07-29Add meaningful aliases for wd265Rangi
2018-07-18Fix misnamed character codesmid-kid
2018-06-25Use charmap “ and ”Rangi
2018-06-25Single newline at the end of filesRangi
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-06-25Remove even more address commentsmid-kid
2018-06-24Remove all address commentsmid-kid
2018-06-20Merge pull request #526 from atasro2/masteryenatch
2018-06-14fixed a typoMCboy