| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use macros to enforce "missable/hide/show object" constraints, and rename ↵ | Rangi | 2026-01-07 | 1 | -33/+33 |
| | | | | | them to "toggleable objects" (#557) | ||||
| * | Use combined hardware constants | Rangi42 | 2025-06-30 | 1 | -5/+5 |
| | | |||||
| * | Replace hardware_constants.asm with hardware.inc (#511) | Rangi | 2025-06-30 | 1 | -7/+7 |
| | | |||||
| * | Identify more flag bits (#464) | Sylvie | 2024-09-23 | 1 | -1/+1 |
| | | |||||
| * | Identify remaining uses of `wd0b5` and `wd11e` (#463) | Sylvie | 2024-09-18 | 1 | -4/+4 |
| | | |||||
| * | Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462) | Sylvie | 2024-09-18 | 1 | -16/+16 |
| | | | | Also identify `wPPUpCountAndMaxPP` | ||||
| * | Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457) | Sylvie | 2024-08-04 | 1 | -4/+4 |
| | | |||||
| * | Identify various flag labels and bit constants (#454) | Sylvie | 2024-07-16 | 1 | -28/+28 |
| | | |||||
| * | Fix event check | dannye | 2023-11-20 | 1 | -1/+1 |
| | | |||||
| * | Add constants for wMapConnections bits and group map header wram labels | Linus Unnebäck | 2023-11-17 | 1 | -2/+2 |
| | | | | | | | | | | * Add constants for wMapConnections bits * Apply Vulcandth and Rangi42 feedback --------- Co-authored-by: vulcandth <vulcandth@gmail.com> | ||||
| * | Add macros, constants, and labels for map scripts and text (#367) | vulcandth | 2023-07-13 | 1 | -353/+352 |
| | | | | This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified. | ||||
| * | Fix file modes | dannye | 2020-11-14 | 1 | -0/+0 |
| | | |||||
| * | Sync more with pokeyellow | Rangi | 2020-11-06 | 1 | -2/+2 |
| | | |||||
| * | Identify some hSpriteDataOffset values | Rangi | 2020-08-30 | 1 | -9/+9 |
| | | |||||
| * | Use decimal, not hex, for sprite (object) coordinates in map scripts | Rangi | 2020-08-28 | 1 | -14/+14 |
| | | |||||
| * | SONY -> RIVAL | Rangi | 2020-07-17 | 1 | -1/+1 |
| | | |||||
| * | Reformat map scripts' coordinate and movement data | Rangi | 2020-07-16 | 1 | -11/+11 |
| | | | | | 'dbmapcoord' has X, Y order like other coordinate-related data macros | ||||
| * | Revise some map scripts, mostly for getting items | Rangi | 2020-07-16 | 1 | -1/+1 |
| | | |||||
| * | callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfar | Rangi | 2020-07-06 | 1 | -3/+3 |
| | | |||||
| * | Specify the ldh instruction, don't turn ld into ldh | Rangi | 2020-07-06 | 1 | -63/+63 |
| | | |||||
| * | Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow | Rangi | 2020-07-05 | 1 | -3/+3 |
| | | |||||
| * | Port pokecrystal's formatting of text commands and special characters | Rangi | 2020-07-04 | 1 | -104/+104 |
| | | |||||
| * | Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵ | Rangi | 2020-07-04 | 1 | -1/+1 |
| | | | | | by rgbds 0.4.0) | ||||
| * | Replace raw hex values with HRAM constants | Rangi | 2020-07-03 | 1 | -4/+4 |
| | | | | | To do: turn constants into labels and use ldh | ||||
| * | H_CONSTANTNAMES -> hConstantNames | Rangi | 2020-07-03 | 1 | -26/+26 |
| | | |||||
| * | Organize macros/ like pokecrystal | Rangi | 2020-07-03 | 1 | -2/+2 |
| | | | | | While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code. | ||||
| * | Deobfuscate gyms consistently | deak311andris | 2019-10-07 | 1 | -4/+4 |
| | | |||||
| * | OaksLab deobfuscation | deak311andris | 2019-10-03 | 1 | -23/+23 |
| | | |||||
| * | Rename map files, labels, and constants to be consistent and work with ↵ | Rangi | 2019-01-01 | 1 | -0/+1233 |
| Polished Map | |||||
