Age | Commit message (Expand) | Author |
2022-03-20 | Replace magic numbers with constants | Rangi |
2022-03-14 | Build the Virtual Console patches with `make gold_vc` and `make silver_vc` (#74) | vulcandth |
2021-10-24 | Add assertions to some more tables | Rangi |
2021-06-19 | Standardize capitalization of ".Jumptable" | Rangi |
2021-06-07 | "ld [MON_LEVEL], a" in ComputeNPCTrademonStats should be "ld [wCurPartyLevel]... | Rangi |
2021-04-20 | Use rgbds 0.5.0 | Rangi |
2021-03-24 | Sync some files with pokecrystal | Rangi |
2021-03-21 | Assert the sBox1-14 tables have NUM_BOXES entries | Rangi |
2021-03-17 | Consistent labels for each nickname in RAM | Rangi |
2021-03-08 | Identify scrolling menu lists in WRAM | Rangi |
2021-02-10 | Use PARTY_LENGTH and MAILBOX_CAPACITY constants | Rangi |
2021-01-09 | Rename GetFarHalfword to GetFarWord | Rangi |
2020-12-23 | Remove "Buffer" suffix from two HRAM labels | Rangi |
2020-12-23 | Rename some labels | Rangi |
2020-12-07 | FarString -> PlaceFarString, and FarPlaceString -> BrokenPlaceFarString | Rangi |
2020-11-17 | Correct some filename comments | Rangi |
2020-11-09 | Remove "XXX" comment (various "???+" still mark unclear code) | Rangi |
2020-11-09 | Replace $0 with 0 for "ld l, a / ld h, 0" idiom | Rangi |
2020-11-03 | Identify more uses of wBuffer1-6 | Rangi |
2020-10-29 | Identify the remaining uses of another WRAM union | Rangi |
2020-10-28 | Identify more WRAM labels, and start a <X>_DummyFunction label convention | Rangi |
2020-10-28 | Replace many '; unused' with '; unreferenced' | Rangi |
2020-10-26 | Comment, remove, or revise many unreferenced labels | Rangi |
2020-10-14 | Identify some values as relative struct offsets in MoveScreenLoop | Rangi |
2020-10-06 | Identify some unnamed labels | Rangi |
2020-10-05 | Identify some more unnamed labels | Rangi |
2020-10-05 | Identify more unnamed labels | Rangi |
2020-10-04 | Identify more unnamed labels | Rangi |
2020-10-04 | Identify some more unnamed labels | Rangi |
2020-08-04 | Better label 2D menu data | mid-kid |
2020-07-04 | SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULT | 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/{movie, pokemon} with pokecrystal | Rangi |
2020-06-16 | Harmonize home/ with pokecrystal | Rangi |
2020-06-15 | Remove Crystal-only CaughtData | Rangi |
2020-06-15 | Port miscellaneous recent updates from pokecrystal | Rangi |
2020-06-14 | Match mosh remaining .2bpp.lz files | Rangi |
2020-06-14 | Braindead matching for now (incbin .lz.bin for non-matching lz's). | entrpntr |
2020-06-14 | Fix file permissions. | entrpntr |
2020-06-05 | Merge pull request #44 from libjet/bank38 | entrpntr |
2020-06-05 | Fix dbsprite values for bills_pc.asm | libjet |
2020-06-05 | Fix file permissions. | entrpntr |
2020-06-05 | Add engine/pokemon/bills_pc.asm | libjet |
2020-05-29 | Merge pull request #39 from libjet/bank31 | entrpntr |
2020-05-29 | Add engine/pokemon/caught_data.asm | libjet |
2020-05-28 | Fill in sprite animation index constants, other minor cleanups. | entrpntr |
2020-05-26 | Add green/blue pages and clean up. | entrpntr |
2020-05-25 | Add pink page. | entrpntr |
2020-05-25 | Disassemble remaining code except the 3 pages. | entrpntr |