summaryrefslogtreecommitdiff
path: root/engine/events
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-02-14Clear however many bytes are needed for wFruitTreeFlagsRangi
2021-12-22Identify some overworld movement dataRangi
2021-11-23Use ~X instead of $ff ^ XRangi
2021-06-19Standardize capitalization of ".Jumptable"Rangi
2021-06-09Fix incorrectly swapped Players PC menu constantsTheFakeMateo
2021-04-27Use {interpolation} to generate sequences of RAM labelsRangi
This makes the table_width/assert_table_length usages unnecessary, and also keeps the labels automatically up to date if the length constants change.
2021-04-19Use rgbds 0.5.0Rangi
2021-03-21Use numeric constants in text strings with "{d:interpolation}"Rangi
2021-03-21Assert the sBox1-14 tables have NUM_BOXES entriesRangi
2021-03-17Consistent labels for each nickname in RAMRangi
2021-03-17Assert some more table widthsRangi
2021-03-08Identify scrolling menu lists in WRAMRangi
Fixes #809
2021-02-05Merge pull request #799 from FredrIQ/typo_fixRangi
Battle Tower: fix typo in constant (PROGESS -> PROGRESS)
2021-02-05Identify some more labelsRangi
2021-02-04Battle Tower: fix typo in constant (PROGESS -> PROGRESS)Fredrik Ljungdahl
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-17Resolve some "???" commentsRangi
2020-11-09Remove "XXX" comments (various "???+" still mark unclear code)Rangi
2020-11-09Replace $0 with 0 for "ld l, a / ld h, 0" idiomRangi
2020-11-08Rename "dummy game" to "memory game"Rangi
2020-11-03Identify some uses of wBuffer1-6 in new Crystal codeRangi
2020-11-03Identify some more uses of wBuffer1-6Rangi
2020-11-03Identify more uses of wBuffer1-6Rangi
2020-11-03More syncing with pokegoldRangi
2020-11-01Identify some more labels, and make some more consistentRangi
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-27Create data/collision/ for tile collision-related dataRangi
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-05Identify more unnamed labelsRangi
2020-10-04Identify more unnamed labelsRangi
2020-10-04Identify some more unnamed labelsRangi
2020-08-27Fix some constants surrounding sprite animationsmid-kid
Also commented the use of the field surrounding the struct initialization functions. SPRITEANIMSTRUCT_0C -> SPRITEANIMSTRUCT_VAR1 SPRITEANIMSTRUCT_0D -> SPRITEANIMSTRUCT_VAR2 SPRITEANIMSTRUCT_0E -> SPRITEANIMSTRUCT_VAR3 SPRITEANIMSTRUCT_0F -> SPRITEANIMSTRUCT_VAR4 BATTLEANIMSTRUCT_01 -> BATTLEANIMSTRUCT_OAMFLAGS BATTLEANIMSTRUCT_ANON_JT_INDEX -> BATTLEANIMSTRUCT_JUMPTABLE_INDEX BATTLEANIMSTRUCT_0F -> BATTLEANIMSTRUCT_VAR1 BATTLEANIMSTRUCT_10 -> BATTLEANIMSTRUCT_VAR2
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-11Identify some time-related dataRangi
2020-08-05Use TRUE for hCGBPalUpdatemid-kid
2020-07-25Correct constants in DoNPCTradeRangi
2020-07-22Move EngineFlags and SpecialsPointers into data/engine/Rangi
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-17SPRITE_GYM_GUY -> SPRITE_GYM_GUIDERangi