Rangi
12666e3c70
Merge pull request #568 from mid-kid/master
...
ゴロゴロ
2018-10-21 00:36:06 -04:00
mid-kid
f52f20edb7
Rename CheckTrainerBattle
...
Renamed to be more in line with our current coding standards. Hopefully
this is slightly more readable.
2018-10-11 11:39:09 +02:00
mid-kid
e68713d20e
Stop using __enum__ + 3
...
Abuse __enumdir__ instead, for better readability.
2018-10-11 11:39:09 +02:00
mid-kid
da14ba8041
Add more savegame stuff to gitignore
2018-10-11 11:39:09 +02:00
IIMarckus
603524b489
This event isn't Crystal-exclusive.
2018-10-03 00:53:04 -06:00
luckytyphlosion
c323f9ddd1
Merge pull request #566 from luckytyphlosion/master
...
Refactor .gitattributes and .gitignore
2018-09-23 14:14:54 -04:00
luckytyphlosion
0e30519bd4
Lowercase *.md
2018-09-23 14:03:55 -04:00
luckytyphlosion
4ab1ee8920
Add make tidy and remove bitmask.asm and frames.asm in make clean
2018-09-23 13:44:23 -04:00
Rangi
3624d83d4c
Merge pull request #567 from Rangi42/master
...
Identifying more labels and constants
2018-09-23 12:02:22 -04:00
Rangi
2e7e5ca67b
PREDEFPAL_4D -> PREDEFPAL_GAMEFREAK_LOGO_OB
2018-09-22 13:40:37 -04:00
Rangi
3d6c7a464b
Merge pull request #565 from Rangi42/master
...
Identify some Spaceworld beta content
2018-09-22 12:44:57 -04:00
Rangi
38bf21ae35
Naming screen constants
2018-09-22 12:39:17 -04:00
luckytyphlosion
850ef245f3
Fix toc.py line endings (for travis-ci)
2018-09-20 11:32:53 -04:00
luckytyphlosion
d6c44f0ca4
Remove *.pal from gitignore, remove more build objects with make clean.
2018-09-20 11:17:05 -04:00
luckytyphlosion
0a2eabd59a
Refactor .gitattributes and .gitignore
2018-09-19 21:49:10 -04:00
Rangi
60b09f291d
Merge branch 'master' of https://github.com/pret/pokecrystal
2018-09-16 13:42:17 -04:00
Rangi
03cb8c53f1
Identify some Spaceworld beta content
2018-09-16 13:40:47 -04:00
Rangi
1564896060
Merge pull request #564 from mid-kid/master
...
abloobloobloobloobloo
2018-09-16 13:34:20 -04:00
mid-kid
42ff2bd21f
This isn't actually PAL_BG_ROOF
...
My bad.
2018-09-16 03:00:25 +02:00
mid-kid
3540b2a2d6
wMonStatusFlags -> wDebugFlags
2018-09-16 02:15:55 +02:00
mid-kid
387107b29e
Fix use of in LoadMansionPalette
2018-09-16 01:52:14 +02:00
Rangi
4d7e1bec40
Merge pull request #563 from Rangi42/master
...
Graphics-related edits
2018-09-09 18:29:38 -04:00
Rangi
f9cf53ecba
Use existing bigdw macro
2018-09-09 18:25:43 -04:00
Rangi
3241c9cfaa
Use 0/1/2/3 for palettes, and rgbds opt feature for battle transition graphic
2018-09-09 18:15:54 -04:00
Rangi
8c435054a0
Merge pull request #562 from Rangi42/master
...
Curr → Cur
2018-09-09 17:41:58 -04:00
Rangi
bb4a6e5f55
wCursorCurTile -> wCursorCurrentTile
2018-09-09 17:15:49 -04:00
Rangi
603bcfe2ae
wPreviousLandmark → wPrevLandmark
2018-09-09 15:27:23 -04:00
Rangi
14a2ea835e
Remove redundant comments
2018-09-09 15:15:33 -04:00
Rangi
9ee2b59208
hMultiplicand is four bytes internally, but the high byte is always 0 since allowing four-byte multiplicands could overflow hProduct.
2018-09-09 15:10:38 -04:00
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