RSS feed
32b92ca5
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/05/23 08:48
Start improving sprite movement engine (to do: identify bit flags)
4e776d4f
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/05/23 07:14
Use constants
d2880d19
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/05/23 07:08
Factor out GetHPPals and SetHPPals from home.asm
ad533786
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/05/22 20:05
Use SPRITE_VARS
5c064746
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/05/21 17:54
Gme → Game
846e3e65
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/05/20 13:55
adc a, 0 → adc 0; fix comments
9afacc78
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/05/20 13:50
Use REGISTERED_* constants
03570a51
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/05/19 09:16
Correct comment
ae50b114
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/05/19 09:11
1 << FRZ == $20
d5fff8aa
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/05/18 18:18
Constants for PC menu indexes
e1fabcfb
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/05/18 15:36
Fix comments
53bcd8f4
– yenatch <yenatch@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/05/10 20:45
Merge pull request #512 from pret/warnings
9b0ca7b8
– yenatch <yenatch@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/05/10 20:45
Merge pull request #510 from Rangi42/master
6e91c3a2
– yenatch <yenatch@gmail.com>
authored
on 2018/05/10 20:42
Revert "Fix #511: eliminate "Left shift of negative value" warnings"
e01a86fe
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/05/09 08:10
Fix doc links
8acc8d6e
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/05/06 18:45
Merge branch 'master' of https://github.com/pret/pokecrystal
59c4d824
– yenatch <yenatch@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/05/06 18:27
Merge pull request #509 from mid-kid/master
47379235
– yenatch <yenatch@gmail.com>
authored
on 2018/05/06 17:35
fix lb/ln and "left shift of negative value" warning
aa51dbc6
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/05/06 17:27
Fix #511: eliminate "Left shift of negative value" warnings
e5d4f741
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/05/06 11:56
Keep macros near relevant data
acdb3020
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/05/06 09:48
Fix rest of the givepokeitem/checkpokeitem references
1c92cb8b
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/05/06 08:16
'rept' is not indented
d31ba05a
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/05/05 15:27
Combine bit flags with | not +
de0b344b
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/05/05 15:19
Explicit NO_LIMITS instead of 0
5a9975c5
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/05/05 11:36
Use explicit HELD_NONE, not 0
c82deab8
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/05/05 05:19
fix-various-little-things
a63d9dfd
– yenatch <yenatch@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/04/11 19:40
Merge pull request #507 from yenatch/master
436f4829
– yenatch <yenatch@gmail.com>
authored
on 2018/04/10 18:42
fix label from the wrong bank in the title screen
40b537d4
– yenatch <yenatch@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/04/09 17:30
Merge pull request #503 from Rangi42/master
e4b41fad
– yenatch <yenatch@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/04/09 17:19
Merge pull request #495 from mid-kid/master
53ff57ca
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/04/09 14:58
Correct map constant comments
7307fc8d
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/04/05 07:44
Use constants for bit/set/res more
1b12109c
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/04/05 07:41
HanleDefrost -> HandleDefrost
2d8f3a06
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/03/13 06:54
Use Stadium 2 Egg Group names
80d437d5
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/03/09 17:09
Fix some uses of EFFECTIVE
28c6eb83
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/02/27 09:24
Use data/items/pocket_names.asm
1891879b
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/02/26 13:43
GENDERLESS -> GENDER_UNKNOWN
99df17d5
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/04/04 20:35
Move more code from home.asm into home/
1e1bbbbf
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/04/04 20:04
check_nick_errors → correct_nick_errors; matches correct_party_errors
81306889
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/04/04 19:56
Merge branch 'master' of https://github.com/pret/pokecrystal
f750d4f4
– yenatch <yenatch@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/04/04 17:18
Merge pull request #505 from mid-kid/battlecommands
d4025863
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/04/04 19:27
Rename some battle commands
2958188f
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/04/03 09:15
Document more Beat Up-related bugs
800f9489
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/04/03 08:00
Label BattleCommand_BeatUpFailText
c1e3d177
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/04/02 21:05
`endloop` loops back to critical itself
682ca7e9
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/03/29 06:57
Label bidefailtext
e1da37e0
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/04/04 18:35
Comment SapHealth
fe4377ce
– yenatch <yenatch@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/04/04 17:04
Merge pull request #501 from mid-kid/reorg
38107209
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/04/04 19:44
Update docs and comments to reflect renames
d3cc861d
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/04/04 18:26
Fix snake_case filenames
145efc13
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/04/04 12:14
Use constants for screen size in metatiles
aec38025
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/04/04 10:06
Use 'elif' more
81fff9bb
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/04/01 13:03
Fix file permissions
91a768b2
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/04/01 13:01
Update file paths in constants/ and docs/
05ba221e
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/03/25 15:14
`flagpredef.asm` → `smallflag.asm`
be76ee56
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/03/25 14:24
Organize the engine/ directory, director's cut
0d924188
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/03/25 12:18
Organize the engine/ directory, take 3
7676f7d2
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/03/25 07:38
Merge branch 'master' of https://github.com/pret/pokecrystal
0c446367
– yenatch <yenatch@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/03/25 07:19
Merge pull request #500 from yenatch/fix-scan-includes
0447ee0c
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/03/19 07:36
Relabel some map-related WRAM
60e21a86
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/03/14 09:38
Move init_gender and intro_menu to menus
97c511cd
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/03/14 09:28
Organize the engine/ directory, take 2
baa0dc5a
– mid-kid <esteve.varela@gmail.com>
authored
on 2018/03/13 09:07
Organize the engine/ directory
8efa0dcf
– yenatch <yenatch@gmail.com>
authored
on 2018/03/10 13:17
Fix scan_includes matching the word "include" in strings.
12070ca5
– yenatch <yenatch@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/03/10 11:16
Merge pull request #496 from Rangi42/master
b2f5362e
– yenatch <yenatch@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/03/10 11:14
Merge pull request #499 from surskitty/master
4e4d9c90
– yenatch <yenatch@gmail.com>
authored
on 2018/03/10 11:10
Merge remote-tracking branch 'surskitty/master' into master
96dcc3c0
– surskitty <surskitty@gmail.com>
authored
on 2018/03/07 17:27
Labels, labels.
55c69c48
– surskitty <surskitty@gmail.com>
authored
on 2018/03/07 17:13
Sprout Tower labels
1de25bc9
– surskitty <surskitty@gmail.com>
authored
on 2018/03/07 17:05
Labelling Erika and Celadon Gym
ab267727
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/03/03 21:30
201 -> 200
159a0ef7
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/03/03 21:29
Bug docs match code
7e9dbde5
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/03/03 19:27
HOF_MASTER_COUNT EQU 200
1494c796
– surskitty <surskitty@gmail.com>
authored
on 2018/03/02 16:39
Labelling Whitney texts
bde9ffff
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/03/02 14:39
Improve some code labels
fb2ac9e2
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/03/01 12:33
Remaining map labels: UnknownText and MovementData
2b40a1fb
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/03/01 12:17
Label more map scripts (no more UnknownScripts)
ae5a3254
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/03/01 09:20
Label more map scripts
cad029f9
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/03/01 08:18
Label more map scripts
0680bf99
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/02/28 12:47
Label more map scripts
5a6e43e7
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/02/28 11:50
Label more map scripts
208ccecd
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/02/27 14:47
"; unused" comments
43b5f904
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/02/27 14:33
Replace "Map<MapName>Signpost<#>Script" labels
e2c15b0b
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/02/26 17:29
* BillPhoneGeneriText -> BillPhoneGenericText
f0b01a4e
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/02/26 08:41
Document more quirks and bugs
7df5d4f2
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/02/26 06:56
Address @SatoMew's comment re: #491
5959548c
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/02/26 06:51
Document HOF Master bug (close #494)
72514844
– yenatch <yenatch@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/02/25 17:39
Merge pull request #476 from Rangi42/master
7453bd1a
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/02/25 17:38
"HUMANSHAPE, aka Humanshape"
711e2d61
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/02/25 17:33
Mention unused Battle Tower-related text (resolves #491)
9a7da210
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/02/25 17:25
Mention "HAUNTED HOUSE" (resolves #492)
b254a457
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/02/25 17:23
ENGINE_BUG_CONTEST_ON -> ENGINE_MAIN_MENU_MOBILE_CHOICES (resolves #490)
2f9a0d7d
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/02/25 17:19
Pokecom Center Admin Room -> Office
409fd9d3
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/02/25 17:11
Comment Stadium 2 alternative egg group names
335c2699
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/02/25 15:39
Merge branch 'master' of https://github.com/pret/pokecrystal
f44f306c
– yenatch <yenatch@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/02/25 15:12
Merge pull request #477 from mid-kid/master
10173f2a
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/02/25 15:12
Default macro parameters use recursion; avoids repeating internal structure
f404af8a
– yenatch <yenatch@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/02/25 15:12
Merge pull request #486 from surskitty/master
f964d04a
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/02/25 15:05
* loadmenuheader -> loadmenu (ead103d)
be28a0ff
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2018/02/25 14:50
Meaningful $ff values
Next