mid-kid
|
13c4a93cea
|
Fix some constants surrounding sprite animations
Also commented the use of the field surrounding the struct
initialization functions.
SPRITEANIMSTRUCT_0C -> SPRITEANIMSTRUCT_VAR1
SPRITEANIMSTRUCT_0D -> SPRITEANIMSTRUCT_VAR2
SPRITEANIMSTRUCT_0E -> SPRITEANIMSTRUCT_VAR3
SPRITEANIMSTRUCT_0F -> SPRITEANIMSTRUCT_VAR4
BATTLEANIMSTRUCT_01 -> BATTLEANIMSTRUCT_OAMFLAGS
BATTLEANIMSTRUCT_ANON_JT_INDEX -> BATTLEANIMSTRUCT_JUMPTABLE_INDEX
BATTLEANIMSTRUCT_0F -> BATTLEANIMSTRUCT_VAR1
BATTLEANIMSTRUCT_10 -> BATTLEANIMSTRUCT_VAR2
|
2020-08-27 13:59:33 +02:00 |
|
mid-kid
|
733664b18f
|
Document splash screen animation
|
2020-08-27 13:59:33 +02:00 |
|
mid-kid
|
315d6c665e
|
Add wTitleScreenSelectedOption constants
|
2020-08-18 22:20:16 +02:00 |
|
mid-kid
|
ac48d65498
|
Document wTitleScreenSelectedOption variable
|
2020-08-05 16:02:44 +02:00 |
|
mid-kid
|
58b45443e8
|
Minor title screen fixes
|
2020-08-03 23:35:18 +02:00 |
|
Rangi
|
0de7808ded
|
Identify constant in NamingScreen_IsTargetBox
|
2020-08-03 15:22:28 -04:00 |
|
Rangi
|
e239aa4aba
|
Disassemble the final English debug ROM
|
2020-07-13 15:18:28 -04:00 |
|
Rangi
|
fce6243b43
|
Identify more labels, and use the jumptable macro when possible
|
2020-07-01 13:13:49 -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
|
98af69691d
|
Remove some more raw addresses
|
2020-06-21 12:21:47 -04:00 |
|
Rangi
|
ed3bcf6fa2
|
Harmonize engine/menus with pokegold
|
2020-06-18 10:11:12 -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
|
b9f2b93c17
|
Harmonize some more symbols with pokegold
|
2020-06-16 11:28:52 -04:00 |
|
Rangi
|
4342ced31f
|
Identify wObjectPriorities
|
2020-06-15 23:28:24 -04:00 |
|
Rangi
|
75035a71a5
|
Label some mobile addresses, and revise some comments
|
2020-06-13 18:48:26 -04:00 |
|
Lhivorde
|
4f49a1f2f0
|
Rename ScrollingMenu_UpdateDisplay.string_2485f (#726)
|
2020-05-29 11:16:49 +00:00 |
|
Rangi
|
fe42ef8a88
|
Some uses of SCREEN_WIDTH and SCREEN_HEIGHT
|
2020-05-25 21:05:52 -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
|
22615cecc5
|
More miscellaneous fixes (see #709)
|
2020-04-17 10:52:59 -04:00 |
|
Rangi
|
0ef004a4db
|
dsprite y, ypx, x, xpx, off, attr -> dbsprite x, y, xpx, ypx, off, attr
|
2020-04-04 16:00:30 -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
|
6a6ba10315
|
rgbds supports 'X - 1' instead of 'X + -1'
|
2020-03-21 14:01:05 -04:00 |
|
Rangi
|
f09b68d945
|
Change how some PNG graphics are formatted
|
2020-03-01 17:00:57 -05:00 |
|