Rangi
|
17894e5f39
|
Replace $0 with 0 for "ld l, a / ld h, 0" idiom
|
2020-11-09 15:20:40 -05:00 |
|
Rangi
|
fce6243b43
|
Identify more labels, and use the jumptable macro when possible
|
2020-07-01 13:13:49 -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 |
|
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 |
|
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
|
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
|
008f591a3a
|
Keep mobile SECTION declarations in main.asm, and name them "mobileXX" like "bankXX"
|
2019-11-23 20:32:20 -05:00 |
|