summaryrefslogtreecommitdiff
path: root/engine/overworld
AgeCommit message (Collapse)Author
2022-03-12Build the Virtual Console patch with `make crystal11_vc` (#882)vulcandth
Fixes #813
2022-03-09Identify some wMenuJoypad-related button constantsRangi
2022-01-10Use time constants more often (#867)Idain
2021-11-23Use ~X instead of $ff ^ XRangi
2021-06-19Standardize capitalization of ".Jumptable"Rangi
2021-06-08Rename `prioritysjump` to `sdefer`Rangi
2021-04-19Use rgbds 0.5.0Rangi
2021-03-24Sync some files with pokegoldRangi
2021-03-22Miscellaneous cleanupRangi
2021-03-17Assert some more table widthsRangi
2021-03-15$11 = wTempMonStructEnd - wTempMonLevelRangi
2021-03-11Sync some files with pokegoldRangi
2021-03-11Verify script command table sizesRangi
2021-03-10Define MAPGROUP_* constants and verify MapGroup_* table sizesRangi
2021-03-08Merge pull request #806 from Rangi42/tablesRangi
Verify data table sizes with table_width and assert_table_length macros
2021-03-08Identify scrolling menu lists in WRAMRangi
Fixes #809
2021-03-04Verify data table sizes with table_width and assert_table_length macrosRangi
This was discussed in #706 It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants, as discussed in #739
2021-01-09Rename GetFarHalfword to GetFarWordRangi
Fixes #796
2020-12-23Remove "Buffer" suffix from two HRAM labelsRangi
2020-12-23Rename some labelsRangi
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer" Fixes #789
2020-11-24Use STRING_BUFFER_LENGTH for the wStringBuffersRangi
2020-11-17Correct some filename commentsRangi
2020-11-17Resolve some "???" commentsRangi
2020-11-09Replace $0 with 0 for "ld l, a / ld h, 0" idiomRangi
2020-11-03Identify more uses of wBuffer1-6Rangi
2020-10-29Updates to more closely sync with pokegoldRangi
2020-10-29Identify the remaining (non-mobile) uses of another WRAM unionRangi
2020-10-28Identify more WRAM labels, and start a <X>_DummyFunction label conventionRangi
2020-10-28Replace many '; unused' with '; unreferenced'Rangi
2020-10-27Identify remaining Mystery Gift labels and constantsRangi
Source: https://projectpokemon.org/home/forums/topic/43930-mystery-gift-reverse-engineering-of-ir-protocol/
2020-10-26Use more assertions to ensure correct code and dataRangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-10-22Identify remaining map object labelsRangi
2020-10-22Identify some more map object labels and constantsRangi
2020-10-22Identify more sprite graphics and map object labels, and have consistent ↵Rangi
anonymous jumptable labels
2020-10-06Update battle anim bg function comments, and identify more unnamed labelsRangi
2020-10-06Identify some unnamed labelsRangi
2020-10-05Identify some more unnamed labelsRangi
2020-10-05Identify more unnamed labelsRangi
2020-10-05Identify some more unnamed labelsRangi
2020-10-04Identify some more unnamed labelsRangi
2020-08-18Merge pull request #756 from mid-kid/masterRangi
Rub a dub dub, thanks for the grub
2020-08-13Consistent constants for radio data table sizes (could still be better)Rangi
2020-08-05Use TRUE for hCGBPalUpdatemid-kid
2020-07-24Use def_* macros for automatic map event countsRangi
Resolves #742
2020-07-22Revert "Factor out tables into data/overworld/"Rangi
This reverts commit b5a7e7de3e6b75e95967edd28b9c2af5959cd136.
2020-07-22Factor out tables into data/overworld/Rangi
Fixes #749
2020-07-22Treat map setup commands like trade script commandsRangi
Fixes #736
2020-07-21" " → $7fRangi
2020-07-17return → endcallback, reloadandreturn → reloadendRangi