RSS feed
603bcfe2
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/09/09 11:27
wPreviousLandmark → wPrevLandmark
14a2ea83
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/09/09 11:15
Remove redundant comments
9ee2b592
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/09/09 11:10
hMultiplicand is four bytes internally, but the high byte is always 0 since allowing four-byte multiplicands could overflow hProduct.
ae022e14
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/09/09 11:09
Curr -> Cur
84cfbc70
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/09/08 08:42
Merge pull request #561 from Rangi42/master
741d2290
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/09/02 11:54
Empty rules are unnecessary (error messages are fine without them)
140a065b
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/09/01 19:53
Don't repeat the pokecrystal instructions
d67ef7ef
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/09/01 19:02
Clarify about rgbds 0.3.7 compatibility
cd169aec
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/09/01 17:45
Revise documentation
96302669
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/09/01 16:58
Merge pull request #560 from Rangi42/master
83b5aa35
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/09/01 16:58
Merge pull request #559 from mid-kid/master
10701150
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/08/29 23:14
Update documentation
075a3bca
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/09/01 16:30
Consistently use "rgbgfx += -h"
cac641a5
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/09/01 16:18
normal.gbcpal → front.gbcpal
36b21b39
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/08/31 17:39
Fix #537: Palettes generated from PNGs use .gbcpal directly.
a71b28e5
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/08/26 18:54
Merge pull request #557 from Rangi42/master
b42ba692
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/08/26 18:34
; fallthrough
f71d6142
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/08/26 13:52
HRAM style
0e1445b7
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/08/26 12:15
spaces->tab, and remove redundant comment
f8bebd4d
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/08/26 10:37
Nested union for the Multiply+Divide inputs+results
557ce820
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/08/26 09:49
hQuotient is a four-byte buffer (fixes #558)
cb32c895
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/08/26 09:23
Explain wCreditsBlankFrame2bpp
d2053c12
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/08/26 09:08
wCreditsFaux2bpp -> wCreditsBlankFrame2bpp, with the right buffer size
296402bd
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/08/25 18:58
_Divide results go in hQuotient and hRemainder, not in hDividend and hDivisor
4c8c5c10
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/08/25 18:38
Use rgbasm's GameBoy graphics literal for initializing wCreditsFaux2bpp
3eacab56
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/08/25 18:23
Merge pull request #555 from Rangi42/ldh
89681d23
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/08/25 18:23
Merge pull request #541 from igidrau/patch-2
b2adcd6d
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/08/25 17:49
Reorganize math-related HRAM union (ffb3)
f2ac3b96
– igidrau <36123998+igidrau@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/08/25 17:44
Changed some labels according to Rangi's comments
919ed1d4
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/08/25 11:09
Avoid a nested union
a7190102
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/08/25 10:43
These are signed offsets, not addresses (thanks, PikalaxALT)
7aa1c1f3
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/08/25 10:39
Remove HRAM label address comments
1c0fff76
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/08/25 10:34
hLabel - $ff00 -> LOW(hLabel)
eb1e3636
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/08/25 10:28
Use labels instead of constants for HRAM
376c6446
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/08/23 06:13
Merge pull request #554 from Rangi42/master
33ff8f2a
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/08/23 06:07
asm → diff
8cbdd6cb
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/08/20 16:25
Merge branch 'master' of https://github.com/Rangi42/pokecrystal
a09cfc0c
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/08/19 09:56
Label some Unknown map text
5574ec64
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/08/19 09:56
Label some Unknown map text
39faa7a9
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/08/19 09:33
Update file paths in comments
edb624c2
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/08/19 09:09
Merge pull request #550 from mid-kid/master
094fe56c
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/08/19 09:08
Merge pull request #553 from Rangi42/master
0e0f4374
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/08/19 08:17
Fix docs
ca08ffce
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/08/18 18:42
Avoid warnings from gcc without having to silence them all
6a6ce484
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/08/18 18:15
Merge pull request #549 from aaaaaa123456789/master
50da83cb
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/08/17 16:16
CheckDestinyBond -> CheckFaint
79cf90ab
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/08/17 13:48
Fix some StatUp-related labels
2e147d11
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/08/16 12:11
GetDamageStatsCritical -> CheckDamageStatsCritical
cf69876a
– IIMarckus <iimarckus@gmail.com>
authored
on 2018/08/16 04:05
Better labels/constants for Move Tutor.
4aed8ea9
– igidrau <36123998+igidrau@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/08/08 06:56
There was an error in the previous commit
88a563e6
– igidrau <36123998+igidrau@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/08/08 06:47
Changed the labels accordingly to the standard style
f5cd6341
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/08/07 16:53
Consistency with order of constant comments
3cf49b72
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/08/07 10:38
Fix more uses of EFFECTIVE
fb52b2fd
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/08/07 05:38
Fix INSTALL.md
bc059556
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/08/06 18:17
Fix constants in BattleCommand_MirrorCoat
f98a95b8
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/08/06 15:43
wWeeklyFlags -> wDailyFlags2
23cdf06e
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/08/06 13:20
RestorePPofDepositedPokemon -> RestorePPOfDepositedPokemon
86c1b05f
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/08/06 13:20
Split print_move_description and mon_menu
5a55d629
– aaaaaa123456789 <aaaaaa123456789@acidch.at>
authored
on 2018/08/04 19:43
Update lzcomp to the latest version and fix Makefiles accordingly
98e670f3
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/07/29 15:56
Merge pull request #548 from Rangi42/master
e346cc7b
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/07/29 15:35
Every diff line starts with +, -, or space
366330e9
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/07/29 12:15
Pokedex_PutScrollbarOAM data values
1d96a79a
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/07/29 12:04
No wCurMove alias for wCurSpecies
b5a9e83a
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/07/29 12:00
Fix reviewed issues.
c9cb6714
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/07/28 21:40
Make reviewed fixes; standardize on " + "
84983947
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/07/28 21:27
wSwitchMon
8aa08add
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/07/28 21:13
wLuckyNumberDigitsBuffer
0c746447
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/07/28 21:09
Improve wTrainerHUDTiles usage
5145d695
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/07/28 20:57
; entries correspond to PLAYEREVENT_* constants
8935e6f1
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/07/28 20:48
wDeciramBuffer → wBreedingCompatibility in UnknownText_0x1bd0d8
20ffc8bd
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/07/28 20:27
Reformat some bugfix diffs
9dec80b0
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/07/28 15:27
Add meaningful aliases for wd265
2ec900d9
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/07/28 15:11
Merge pull request #535 from ketsuban/fix-battle-transition
a9bc3e49
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/07/28 15:11
Merge pull request #547 from mid-kid/master
533fdd8b
– Thomas Winwood <twwinwood@gmail.com>
authored
on 2018/06/26 17:32
Add fix for battle transition bug
595127ba
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/07/28 08:14
anim_ret_command is an index in a table after all
ee8479f0
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/07/27 21:06
Merge pull request #546 from Rangi42/master
cdfdfed1
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/07/27 14:45
Crystal fixed TruncateHL_BC in single player
a2f63043
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/07/27 13:53
Separate Beat Up bugs
b58f82e1
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/07/27 09:11
Reword bug docs now that they use diffs
54d507cf
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/07/27 08:07
Merge branch 'master' of https://github.com/pret/pokecrystal
7641ce9b
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/07/27 08:06
Merge pull request #545 from mid-kid/master
0aac0f9c
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/07/27 07:25
"Explain" diff format in bugs_and_glitches
9aa6b55d
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/07/27 07:21
Merge branch 'master' of https://github.com/pret/pokecrystal
a91b59ab
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/07/26 19:26
Remove a documented bug that's not really a bug
e43c89bc
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/07/26 19:24
Consistently use the diff format in bugs_and_glitches
748d4249
– yenatch <yenatch@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/07/26 17:25
Merge pull request #544 from Rangi42/master
b4906ff5
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/07/26 12:23
Merge branch 'master' of https://github.com/pret/pokecrystal
60ffde37
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/07/26 12:20
Merge pull request #489 from i0brendan0/i0brendan0-patch-5
dc1d0217
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/07/26 12:20
Merge pull request #522 from ketsuban/the-diffening
9a1ae133
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/07/24 18:54
Correct NUM_STATS
c2925d64
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/07/24 10:28
db $0, $0 → dn 0, 0, 0, 0 ; DVs
2b88951f
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/07/24 10:14
MON_STAT_EXP - 1 → MON_EXP + 2
d5b98f52
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/07/22 20:37
wPokeAnimStruct matches wPokeAnimStructEnd
4f0c9cec
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/07/22 20:25
StringCmp → CompareBytes; CompareLong → CompareBytesLong
a1806d6e
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/07/22 20:13
Consistent routine naming convention: 'Foo' wraps '_Foo'
bdde60c6
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/07/22 19:42
ANIM_MON_UNUSED → ANIM_MON_HOF
5ba5a7df
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/07/22 19:38
Merge pull request #543 from Rangi42/master
8755a884
– i0brendan0 <19826742+i0brendan0@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/07/21 01:05
turns out none of the code is needed
6e62eabb
– i0brendan0 <19826742+i0brendan0@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/07/20 23:36
final change
Next