Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-13 | Disassemble the final English debug ROM | Rangi | |
2020-07-01 | Identify more labels, and use the jumptable macro when possible | Rangi | |
2020-06-21 | Comment more ROM labels as unreferenced | Rangi | |
(Some unreferenced labels are above code which is still used via fallthrough!) | |||
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi | |
2020-06-21 | Remove some more raw addresses | Rangi | |
2020-06-18 | Harmonize engine/menus with pokegold | Rangi | |
2020-06-17 | Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to ↵ | Rangi | |
OpenSRAM) To do: engine/{menus, overworld} | |||
2020-06-16 | Harmonize some more symbols with pokegold | Rangi | |
2020-06-15 | Identify wObjectPriorities | Rangi | |
2020-06-13 | Label some mobile addresses, and revise some comments | Rangi | |
2020-05-29 | Rename ScrollingMenu_UpdateDisplay.string_2485f (#726) | Lhivorde | |
2020-05-25 | Some uses of SCREEN_WIDTH and SCREEN_HEIGHT | Rangi | |
2020-05-17 | Miscellaneous cleanup noted in #709 | Rangi | |
2020-05-16 | Format all CopyTilemapAtOnce variations the same way | Rangi | |
2020-04-17 | More miscellaneous fixes (see #709) | Rangi | |
2020-04-04 | `dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr` | Rangi | |
2020-04-04 | Miscellaneous fixes: | Rangi | |
- `hSecondsBackup` -> `hUnusedBackup` - `ld bc, hBGMapAddress + 1` -> `bccoord -1, -2, 0` - Identify some `.asm_XXX` labels | |||
2020-03-21 | rgbds supports 'X - 1' instead of 'X + -1' | Rangi | |
2020-03-01 | Change how some PNG graphics are formatted | Rangi | |
2020-02-28 | Identify remaining gfx/unknown files | Rangi | |
2020-02-23 | Replace some "idiotic", "wtf", "stupid interns" comments with more common ↵ | Rangi | |
"useless", "pointless", "could have done X instead" | |||
2020-02-21 | RTC -> UpdateTimeAndPals | mid-kid | |
Rename clear misnomer. Most of the related functions in that file aren't really aptly named but I don't know good names right now. | |||
2020-02-16 | PanicResetClock -> ClearClock | mid-kid | |
Funky name that only exists based on what it's used for, not so much what it is. | |||
2020-02-13 | Standardize on lowercase Tilemap and Attrmap | mid-kid | |
We used to have a mixture of TileMap and and Tilemap, as well as the similar AttrMap. Standardize on one. | |||
2020-02-13 | InitSpriteAnimStruct <-> _InitSpriteAnimStruct | mid-kid | |
These were the wrong way around, as the function in home should not be prefixed | |||
2019-11-03 | Bit 6 of PrintNum left-aligns numbers | Rangi | |
2019-10-21 | Label some more WRAM/SRAM things | mid-kid | |
This should be all of the memory locations that are actually used, and some more. Removal of all addresses when? | |||
2019-10-20 | #641 fixes and additions. (#646) | mid-kid | |
Name a lot of text labels according to our conventions | |||
2019-06-09 | Create constants for ScrollingMenu item formats | mid-kid | |
...I should've done this quite a while ago. | |||
2019-05-11 | Some more GB Printer documentation | Rangi | |
2019-04-09 | TextBox -> Textbox | mid-kid | |
Homogenizing names. | |||
2019-03-18 | Fix wram labeling for wPCItems | Fredrik Ljungdahl | |
2019-02-16 | Update to rgbds 0.3.8 | Rangi | |
2019-01-12 | Say "BANK(Foo) ; aka BANK(Bar)" to clarify that Foo and Bar share a bank | Rangi | |
2018-11-18 | Resolve issue #575: Rename text commands | Rangi | |
2018-11-05 | text_jump → text_far | mid-kid | |
The previous name for this was rather misleading. It isn't an actual jump like you'd expect the `jp` instruction to behave as. Instead, it behaves more like a `farcall`. This also makes it consistent with its current command ID name of `TX_FAR`. | |||
2018-09-22 | Naming screen constants | Rangi | |
2018-09-16 | wMonStatusFlags -> wDebugFlags | mid-kid | |
2018-09-09 | Use 0/1/2/3 for palettes, and rgbds opt feature for battle transition graphic | Rangi | |
2018-09-09 | wCursorCurTile -> wCursorCurrentTile | Rangi | |
2018-09-09 | wPreviousLandmark → wPrevLandmark | Rangi | |
2018-09-09 | Curr -> Cur | Rangi | |
2018-08-25 | Remove HRAM label address comments | Rangi | |
2018-08-25 | Use labels instead of constants for HRAM | Rangi | |
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld | |||
2018-08-07 | Split print_move_description and mon_menu | mid-kid | |
2018-07-29 | No wCurMove alias for wCurSpecies | Rangi | |
2018-07-29 | Add meaningful aliases for wd265 | Rangi | |
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants | |||
2018-07-23 | Consistent routine naming convention: 'Foo' wraps '_Foo' | Rangi | |
2018-07-18 | Fix misnamed character codes | mid-kid | |
Some character codes were erroneously named after their text command counterparts. This has caused a lot of confusion with naming their functions and with other things. I've also removed the `dict2` macro and expanded the `dict` macro. This really isn't something we should be doing for macros but I can't deny it looks a lot neater than repeated code. | |||
2018-07-10 | Use more options constants | Rangi | |