Age | Commit message (Expand) | Author |
2022-03-09 | Identify some wMenuJoypad-related button constants | Rangi |
2021-11-23 | Use ~X instead of $ff ^ X | Rangi |
2021-03-17 | Consistent labels for each nickname in RAM | Rangi |
2021-03-08 | Merge pull request #69 from Rangi42/tables | Rangi |
2021-03-08 | Identify scrolling menu lists in WRAM | Rangi |
2021-03-05 | Verify data table sizes with table_width and assert_table_length macros | Rangi |
2021-01-09 | Rename GetFarHalfword to GetFarWord | Rangi |
2020-12-23 | Rename some labels | Rangi |
2020-12-07 | FarString -> PlaceFarString, and FarPlaceString -> BrokenPlaceFarString | Rangi |
2020-11-24 | Use STRING_BUFFER_LENGTH for the wStringBuffers | Rangi |
2020-11-09 | Replace $0 with 0 for "ld l, a / ld h, 0" idiom | Rangi |
2020-11-03 | Identify remaining uses of wBuffer1-6 as general-purpose HP buffers | Rangi |
2020-11-03 | Identify some more uses of wBuffer1-6 | Rangi |
2020-11-03 | Identify more uses of wBuffer1-6 | Rangi |
2020-11-03 | More syncing with pokecrystal | Rangi |
2020-10-29 | Identify the remaining uses of another WRAM union | Rangi |
2020-10-26 | Comment, remove, or revise many unreferenced labels | Rangi |
2020-10-21 | Identify SwitchItemsInBag labels | Rangi |
2020-10-06 | Update battle anim bg function comments, and identify more unnamed labels | Rangi |
2020-10-05 | Identify some more unnamed labels | Rangi |
2020-10-05 | Identify more unnamed labels | Rangi |
2020-10-04 | Identify some more unnamed labels | Rangi |
2020-08-18 | Merge pull request #60 from mid-kid/master | Rangi |
2020-08-12 | Factor out gfx/pack/pack_menu.tilemap | Rangi |
2020-08-04 | Better label 2D menu data | mid-kid |
2020-07-13 | Disassemble the final English debug ROMs | Rangi |
2020-07-09 | Use const_skip and const_next macros for brevity | Rangi |
2020-06-22 | Identify some more labels | Rangi |
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi |
2020-06-19 | Rename labels to stop cheating the unnamed.py script. | entrpntr |
2020-06-17 | Harmonize engine/{gfx, items, link, math} with pokecrystal | Rangi |
2020-06-15 | Port miscellaneous recent updates from pokecrystal | Rangi |
2020-06-05 | Fix file permissions. | entrpntr |
2020-05-12 | Simple cleanups in constants/data/macros and banks 1-4. | entrpntr |
2020-05-04 | Finish cleanup of bank 3. | entrpntr |
2020-05-04 | Clean up text, and some bank 3 code. | entrpntr |
2020-05-03 | Add Makefile option for verbose sym/map; fix some label names. | entrpntr |
2020-05-01 | Disassemble bank $0b. | entrpntr |
2020-04-30 | Add remaining bank 9 files. | entrpntr |
2020-04-29 | Add bank 9 files before trainer card. | entrpntr |
2020-04-26 | Clean up some overworld code. | entrpntr |
2020-04-26 | Disassemble map scenes and events. | entrpntr |
2020-04-20 | Finish disassembling battle core. | entrpntr |
2020-04-19 | Start adding engine/battle/core.asm. | entrpntr |
2020-04-19 | Finish disassembling effect commands. | entrpntr |
2020-04-19 | Continue with effect commands (about 50% complete). | entrpntr |
2020-04-19 | Start adding engine/battle/effect_commands.asm. | entrpntr |
2020-04-12 | Add engine/events/print_[photo|unown] and engine/pokemon/breeding. | entrpntr |
2020-04-10 | Add engine/events/pokemon_pc.asm and engine/items/mart.asm. | entrpntr |
2020-04-07 | Add engine/battle/ai/items.asm. | entrpntr |