summaryrefslogtreecommitdiff
path: root/engine/pokemon
AgeCommit message (Collapse)Author
2022-03-20Replace magic numbers with constantsRangi
2022-03-14Build the Virtual Console patches with `make gold_vc` and `make silver_vc` (#74)vulcandth
2021-10-24Add assertions to some more tablesRangi
2021-06-19Standardize capitalization of ".Jumptable"Rangi
2021-06-07"ld [MON_LEVEL], a" in ComputeNPCTrademonStats should be "ld ↵Rangi
[wCurPartyLevel], a"
2021-04-20Use rgbds 0.5.0Rangi
2021-03-24Sync some files with pokecrystalRangi
2021-03-21Assert the sBox1-14 tables have NUM_BOXES entriesRangi
2021-03-17Consistent labels for each nickname in RAMRangi
2021-03-08Identify scrolling menu lists in WRAMRangi
2021-02-10Use PARTY_LENGTH and MAILBOX_CAPACITY constantsRangi
2021-01-09Rename GetFarHalfword to GetFarWordRangi
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"
2020-12-07FarString -> PlaceFarString, and FarPlaceString -> BrokenPlaceFarStringRangi
2020-11-17Correct some filename commentsRangi
2020-11-09Remove "XXX" comment (various "???+" still mark unclear code)Rangi
2020-11-09Replace $0 with 0 for "ld l, a / ld h, 0" idiomRangi
2020-11-03Identify more uses of wBuffer1-6Rangi
2020-10-29Identify the remaining 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-26Comment, remove, or revise many unreferenced labelsRangi
2020-10-14Identify some values as relative struct offsets in MoveScreenLoopRangi
2020-10-06Identify some unnamed labelsRangi
2020-10-05Identify some more unnamed labelsRangi
2020-10-05Identify more unnamed labelsRangi
2020-10-04Identify more unnamed labelsRangi
2020-10-04Identify some more unnamed labelsRangi
2020-08-04Better label 2D menu datamid-kid
2020-07-04SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULTRangi
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-19Rename labels to stop cheating the unnamed.py script.entrpntr
2020-06-17Harmonize engine/{movie, pokemon} with pokecrystalRangi
To do: engine/{menus, overworld}
2020-06-16Harmonize home/ with pokecrystalRangi
2020-06-15Remove Crystal-only CaughtDataRangi
2020-06-15Port miscellaneous recent updates from pokecrystalRangi
2020-06-14Match mosh remaining .2bpp.lz filesRangi
Still to go: - gfx/pokemon/alakazam/back_silver.2bpp.lz.bin - gfx/title/hooh_gold.2bpp.lz.bin - gfx/title/lugia_silver.2bpp.lz.bin
2020-06-14Braindead matching for now (incbin .lz.bin for non-matching lz's).entrpntr
2020-06-14Fix file permissions.entrpntr
2020-06-05Merge pull request #44 from libjet/bank38entrpntr
Disassemble bank $38
2020-06-05Fix dbsprite values for bills_pc.asmlibjet
2020-06-05Fix file permissions.entrpntr
2020-06-05Add engine/pokemon/bills_pc.asmlibjet
2020-05-29Merge pull request #39 from libjet/bank31entrpntr
Disassemble bank $31
2020-05-29Add engine/pokemon/caught_data.asmlibjet
2020-05-28Fill in sprite animation index constants, other minor cleanups.entrpntr
2020-05-26Add green/blue pages and clean up.entrpntr
2020-05-25Add pink page.entrpntr
2020-05-25Disassemble remaining code except the 3 pages.entrpntr