xCrystal
|
052d246ee3
|
Use overworld textbox in text printing functions, differentiating between 1bpp and 2bpp text (#10)
|
2023-08-11 12:28:14 +02:00 |
|
mid-kid
|
3e78e5b2b6
|
TextBox -> Textbox
Homogenizing names.
|
2019-04-09 16:09:18 +02:00 |
|
Rangi
|
1853e3d127
|
Say "BANK(Foo) ; aka BANK(Bar)" to clarify that Foo and Bar share a bank
|
2019-01-12 15:17:20 -05:00 |
|
mid-kid
|
930d285fab
|
Fix comments around BANK() statements
Found a couple BANK()s that reference multiple labels.
|
2018-12-26 21:58:13 +01:00 |
|
Rangi
|
eb1e3636bb
|
Use labels instead of constants for HRAM
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld
|
2018-08-25 14:28:22 -04:00 |
|
Rangi
|
9afaed9b8f
|
Remove more address comments
|
2018-06-24 21:39:23 -04:00 |
|
mid-kid
|
1d9a68dbdd
|
Remove all address comments
|
2018-06-24 16:13:22 +02:00 |
|
Rangi
|
99df17d571
|
Move more code from home.asm into home/
|
2018-04-05 00:35:14 -04:00 |
|