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
|
75035a71a5
|
Label some mobile addresses, and revise some comments
|
2020-06-13 18:48:26 -04:00 |
|
Rangi
|
32e7e368f4
|
Remove a \ from the end of a comment line
|
2020-06-07 17:59:14 -04:00 |
|
Lhivorde
|
4f49a1f2f0
|
Rename ScrollingMenu_UpdateDisplay.string_2485f (#726)
|
2020-05-29 11:16:49 +00:00 |
|
Fredrik Ljungdahl
|
0fd4090dbd
|
Add label for wd431 and remove misleading comment (it's not strictly mobile)
|
2020-05-26 03:19:52 +02:00 |
|
Rangi
|
156f2cc3ef
|
Update some routine labels, including unreferenced ones
|
2020-05-18 11:59:48 -04:00 |
|
Rangi
|
b69526a908
|
Miscellaneous fixes
Addresses the haircut brothers' probability comments in #709
|
2020-05-05 10:17:02 -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
|
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 |
|
Andrew Cook
|
5d97f15f80
|
Assorted labels in mobile related code (#702)
Rename assorted labels in mobile-related code
|
2020-03-31 21:26:59 -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 |
|
Rangi
|
1d4c1aeef4
|
'and BANK' -> 'aka BANK'
|
2020-02-28 11:51:42 -05:00 |
|
Rangi
|
447da80615
|
Identify remaining gfx/unknown files
|
2020-02-28 09:23:41 -05:00 |
|
Rangi
|
c3f389d615
|
Replace some "idiotic", "wtf", "stupid interns" comments with more common "useless", "pointless", "could have done X instead"
|
2020-02-23 18:51:32 -05:00 |
|
mid-kid
|
26b8bf003e
|
Standardize on lowercase Tilemap and Attrmap
We used to have a mixture of TileMap and and Tilemap, as well as the
similar AttrMap. Standardize on one.
|
2020-02-13 18:31:10 +01:00 |
|
mid-kid
|
34ceaac71d
|
Call_LoadTempTileMapToTileMap → SafeLoadTempTileMapToTileMap
Stupid name is stupid smh tbh fam.
|
2020-02-13 18:31:10 +01:00 |
|
mid-kid
|
0d81f1c470
|
InitSpriteAnimStruct <-> _InitSpriteAnimStruct
These were the wrong way around, as the function in home should not be
prefixed
|
2020-02-13 18:31:10 +01:00 |
|
Rangi
|
94ebdab6d3
|
Merge pull request #660 from mid-kid/master
Make the map setup commands match the actual function names better
|
2020-01-04 20:08:43 -05:00 |
|
Rangi
|
0e311ad709
|
Fix miscellaneous points made in #658
|
2019-11-23 20:56:22 -05:00 |
|
Rangi
|
008f591a3a
|
Keep mobile SECTION declarations in main.asm, and name them "mobileXX" like "bankXX"
|
2019-11-23 20:32:20 -05:00 |
|
mid-kid
|
563ba14196
|
Remove old charmap sections
|
2019-11-19 01:01:47 +01:00 |
|
Colton G. Rushton
|
7b2377c41e
|
Fixed a charmap warning with the new RGBDS
|
2019-11-18 18:27:48 +01:00 |
|