Rangi
|
e239aa4aba
|
Disassemble the final English debug ROM
|
2020-07-13 15:18:28 -04:00 |
|
Rangi
|
b3bd682366
|
text_linkpromptbutton -> text_waitbutton
Removes support for text_waitbutton as a legacy alias for text_promptbutton.
|
2020-07-06 12:55:31 -04:00 |
|
Rangi
|
f5ac9b0eb7
|
SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULT
|
2020-07-04 16:18:16 -04:00 |
|
Rangi
|
fce6243b43
|
Identify more labels, and use the jumptable macro when possible
|
2020-07-01 13:13:49 -04:00 |
|
Rangi
|
e171c84c29
|
Identify more labels and constants
|
2020-06-29 19:35:47 -04:00 |
|
Rangi
|
61847b3596
|
Identify some more labels
|
2020-06-22 16:30:13 -04:00 |
|
Rangi
|
e0d07fba3f
|
Sync PokeFluteTerminator with pokegold
|
2020-06-21 19:01:54 -04:00 |
|
Rangi
|
c3c18dd196
|
Comment more ROM labels as unreferenced
(Some unreferenced labels are above code which is still used via fallthrough!)
|
2020-06-21 18:33:31 -04:00 |
|
Rangi
|
91774f206e
|
Replace "Unreferenced" labels with "; unreferenced" comments
|
2020-06-21 16:27:43 -04:00 |
|
Rangi
|
cc460a17b0
|
Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenSRAM)
To do: engine/{menus, overworld}
|
2020-06-17 17:03:38 -04:00 |
|
Rangi
|
f2550fc3c2
|
ReplaceKrisSprite -> UpdatePlayerSprite
|
2020-06-16 19:38:00 -04:00 |
|
Rangi
|
c552390a15
|
Harmonize home/ with pokegold
|
2020-06-16 15:49:32 -04:00 |
|
Rangi
|
b9f2b93c17
|
Harmonize some more symbols with pokegold
|
2020-06-16 11:28:52 -04:00 |
|
Rangi
|
f1513ae8ad
|
Add some comments to UpdateBGMap
|
2020-05-19 20:00:58 -04:00 |
|
Rangi
|
156f2cc3ef
|
Update some routine labels, including unreferenced ones
|
2020-05-18 11:59:48 -04:00 |
|
Rangi
|
e32cf1bfd1
|
Miscellaneous cleanup noted in #709
|
2020-05-17 20:59:15 -04:00 |
|
Rangi
|
395ebd8386
|
Format all CopyTilemapAtOnce variations the same way
|
2020-05-16 22:25:52 -04:00 |
|
Rangi
|
b69526a908
|
Miscellaneous fixes
Addresses the haircut brothers' probability comments in #709
|
2020-05-05 10:17:02 -04:00 |
|
Rangi
|
576cbf5b3e
|
Miscellaneous fixes, including one for the Pokédex design flaw by ax6
|
2020-04-18 17:31:51 -04:00 |
|
Rangi
|
58b377f25b
|
Fix #709 miscellaneous issues
|
2020-04-16 09:30:50 -04:00 |
|
Rangi
|
a40ddc4668
|
Ensure that the cartridge header is patched over all $00s, and comment on the entry point format
|
2020-04-06 14:44:07 -04:00 |
|
Rangi
|
10909e6b43
|
hStackBank -> hTempBank
|
2020-04-06 13:02:23 -04:00 |
|
Rangi
|
1ec60810b8
|
hBuffer -> hStackBank and hFarByte
|
2020-04-06 12:52:46 -04:00 |
|
Rangi
|
79184bc718
|
Miscellaneous fixes:
- `hSecondsBackup` -> `hUnusedBackup`
- `ld bc, hBGMapAddress + 1` -> `bccoord -1, -2, 0`
- Identify some `.asm_XXX` labels
|
2020-04-04 15:43:10 -04:00 |
|
Rangi
|
0ee9d7a48b
|
Upgrade to rgbds 0.4.0
- fail for rgbds < 0.4.0
- `rst <Label>`
- `ds <count>, <byte>`
- `shift <N>`
- ASCII "\r"
- Sorted .sym file
|
2020-04-04 15:15:02 -04:00 |
|