Rangi
ae022e1420
Curr -> Cur
2018-09-09 15:09:51 -04:00
Rangi
84cfbc70fa
Merge pull request #561 from Rangi42/master
...
Revise documentation
2018-09-08 12:42:17 -04:00
Rangi
741d22907e
Empty rules are unnecessary (error messages are fine without them)
2018-09-08 12:33:52 -04:00
Rangi
140a065b7a
Don't repeat the pokecrystal instructions
2018-09-01 23:53:39 -04:00
Rangi
d67ef7efd5
Clarify about rgbds 0.3.7 compatibility
2018-09-01 23:02:24 -04:00
Rangi
cd169aec3c
Revise documentation
...
All the INSTALL.md sections have similar structure
2018-09-01 21:53:05 -04:00
Rangi
963026695d
Merge pull request #560 from Rangi42/master
...
Fix #537 : Palettes generated from PNGs use .gbcpal directly.
2018-09-01 20:58:23 -04:00
Rangi
83b5aa356f
Merge pull request #559 from mid-kid/master
...
Clarify INSTALL.md
2018-09-01 20:58:06 -04:00
Rangi
075a3bcad0
Consistently use "rgbgfx += -h"
2018-09-01 20:30:42 -04:00
Rangi
cac641a5ed
normal.gbcpal → front.gbcpal
...
Eliminate redundant Makefile rules
Keep Makefile's Pokemon-specific hack rules next to the misc file-specific graphics rules
2018-09-01 20:18:55 -04:00
mid-kid
1070115087
Update documentation
...
Added windows 10 (WSL) installation instructions and expanded linux instructions.
Clarified things in FAQ.md.
2018-09-02 01:36:44 +02:00
Rangi
36b21b39d8
Fix #537 : Palettes generated from PNGs use .gbcpal directly.
...
This avoids overwriting a .pal file from a .png with the same name.
It also prevents people from trying to edit generated .pal files.
2018-08-31 21:39:17 -04:00
Rangi
a71b28e5b7
Merge pull request #557 from Rangi42/master
...
Miscellaneous changes
2018-08-26 22:54:11 -04:00
Rangi
b42ba692c4
; fallthrough
2018-08-26 22:34:59 -04:00
Rangi
f71d614241
HRAM style
2018-08-26 17:52:19 -04:00
Rangi
0e1445b796
spaces->tab, and remove redundant comment
2018-08-26 16:15:43 -04:00
Rangi
f8bebd4d27
Nested union for the Multiply+Divide inputs+results
2018-08-26 14:37:42 -04:00
Rangi
557ce82073
hQuotient is a four-byte buffer ( fixes #558 )
2018-08-26 13:49:38 -04:00
Rangi
cb32c895e4
Explain wCreditsBlankFrame2bpp
2018-08-26 13:23:40 -04:00
Rangi
d2053c12c2
wCreditsFaux2bpp -> wCreditsBlankFrame2bpp, with the right buffer size
...
Remove some unused WRAM labels
2018-08-26 13:08:01 -04:00
Rangi
296402bd31
_Divide results go in hQuotient and hRemainder, not in hDividend and hDivisor
...
Note that the result quotient is four bytes, but hQuotient is a three-byte buffer. This is because no Divide caller ever needed a four-byte quotient, so the buffer didn't include the high byte.
2018-08-25 22:58:26 -04:00
Rangi
4c8c5c10a8
Use rgbasm's GameBoy graphics literal for initializing wCreditsFaux2bpp
...
In the 2BPP format, two bytes %ABCDEFGH %abcdefgh define eight pixels %Aa %Bb %Cc %Dd %Ee %Ff %Gg %Hh.
Four valid colors: %00 = 0 = white, %01 = 1 = dark, %10 = 2 = light, %11 = 3 = black.
Thus `22222222 = pixels %10 %10 %10 %10 %10 %10 %10 %10 = bytes %11111111 %00000000 = $ff00.
2018-08-25 22:38:57 -04:00
Rangi
3eacab563d
Merge pull request #555 from Rangi42/ldh
...
Use real labels for HRAM instead of constants, and the ldh instruction
2018-08-25 22:23:45 -04:00
Rangi
89681d2316
Merge pull request #541 from igidrau/patch-2
...
Labeled everything
2018-08-25 22:23:25 -04:00
Rangi
b2adcd6d6f
Reorganize math-related HRAM union (ffb3)
2018-08-25 21:49:26 -04:00