RSS feed
d626a0dc
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/07/13 12:16
Merge pull request #743 from Rangi42/master
7580f111
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/07/13 12:10
Port pokegold's method of defining rgblink arguments per ROM
e239aa4a
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/07/13 09:05
Disassemble the final English debug ROM
4fb00884
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/07/10 16:06
Merge pull request #740 from Rangi42/master
c086de0c
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/07/08 12:20
Use const_skip and const_next macros for brevity
6ca82e5c
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/07/08 11:30
Eliminate enum: use const instead, with case-by-case parallel const implementations
9e4a00af
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/07/07 17:09
Get all unnamed symbols with make DEBUG=1
43a92957
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/07/06 12:53
add_tm, add_hm, and add_mt define TM##_MOVE, HM##_MOVE, and MT##_MOVE constants, to avoid repeating the move names in tmhm_moves.asm
ddf1163a
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/07/06 11:49
Define SERIAL_PREAMBLE_LENGTH
b3bd6823
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/07/06 08:55
text_linkpromptbutton -> text_waitbutton
6cdcde8b
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/07/05 15:07
Sync README.md with pokered and pokegold
7d93b9cb
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/07/05 15:00
Sync .gitignore with pokered and pokegold
7eef66af
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/07/05 11:09
Use MAX_NEUTRAL_DAMAGE in BattleCommand_DamageCalc
f5ac9b0e
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/07/04 12:18
SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULT
26d764de
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/07/02 07:46
Use STRCMP, not ==, to compare multi-character strings
fce6243b
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/07/01 09:13
Identify more labels, and use the jumptable macro when possible
e171c84c
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/29 15:35
Identify more labels and constants
f2efda1f
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/29 08:25
Identify more unnamed labels
022f9e6a
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/28 15:56
Reformat gfx/trade/game_boy.png and fix tools/gfx --preserve
a0e8e5ac
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/06/28 00:26
Merge pull request #737 from aaaaaa123456789/master
5e99f939
– aaaaaa123456789 <aaaaaa123456789@acidch.at>
authored
on 2020/06/28 01:23
Fix lzcomp flags after fixing uninitialized read bug
267352c4
– aaaaaa123456789 <aaaaaa123456789@acidch.at>
authored
on 2020/06/28 01:20
Update lzcomp
73d20afd
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/22 13:25
Use pokepret account for committing to symbols branch
61847b35
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/22 12:30
Identify some more labels
e0d07fba
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/21 15:01
Sync PokeFluteTerminator with pokegold
c3c18dd1
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/21 14:33
Comment more ROM labels as unreferenced
91774f20
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/21 12:27
Replace "Unreferenced" labels with "; unreferenced" comments
98af6969
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/21 08:21
Remove some more raw addresses
9433b5a7
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/20 19:03
Remove RAM address comments
273324e7
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/20 18:44
pushd/popd are bash-only
fcaaf45d
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/20 18:39
Travis should upload .sym files to the symbols branch
ac002506
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/20 14:52
Identify some more Unknown labels
cbd43001
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/19 18:25
sound_duty became duty_cycle_pattern
ed3bcf6f
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/18 06:11
Harmonize engine/menus with pokegold
50e182e8
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/17 18:12
Harmonize engine/overworld with pokegold
cc460a17
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/17 13:03
Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenSRAM)
be93ab33
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/17 07:29
Harmonize engine/{phone, pokedex, pokegear, printer, rtc, tilesets} with pokegold
8019db3e
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/17 06:39
Harmonize engine/{gfx, items, link, math} with pokegold
f2550fc3
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/16 15:38
ReplaceKrisSprite -> UpdatePlayerSprite
f76dabed
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/16 15:32
Harmonize engine/{battle, battle_anims, events, games} with pokegold
c552390a
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/16 11:49
Harmonize home/ with pokegold
7b2515d1
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/16 10:11
[in progress] Harmonize more constant and data files with pokegold
2354c41a
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/16 07:44
crystal_intro.asm -> intro.asm
b9f2b93c
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/16 07:28
Harmonize some more symbols with pokegold
4342ced3
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/15 19:28
Identify wObjectPriorities
bb0264e6
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/06/15 09:04
Merge pull request #730 from Caverns4/patch-1
1185c1b6
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/15 07:58
Mention pokecrystal in tools/unnamed.py output
e3f07b96
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/15 06:26
Undo incorrect comment
ffbca4d5
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/15 04:43
Adding 0 is pointless in CheckMimicUsed
401aa383
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/14 17:52
make DEBUG=1 logs all symbols in the .map and .sym files
ea5a79ff
– Caverns4 <Caverns4@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/06/14 15:47
wWildMonPP is 4 bytes, not one byte.
75035a71
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/13 14:48
Label some mobile addresses, and revise some comments
0d683ea0
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/11 06:55
Remove redundant tile graphics file, reuse others
0cf0a5b9
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/06/11 06:17
Merge pull request #729 from Rangi42/master
60c71add
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/10 13:15
Define pokeanim setup commands like std scripts, predefs, and specials
9ab25757
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/10 13:08
predef_id -> lda_predef, for consistency with lda_coord and map_id
cdafd41e
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/10 12:45
Remove address-related comment
518cee44
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/10 12:44
Resolve #723: treat std scripts like specials and predefs
32e7e368
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/07 13:59
Remove a \ from the end of a comment line
41117257
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/07 12:50
wPhoneList, like wItems et al, has a terminating 0 (see PokegearPhone_DeletePhoneNumber); also fix a comment
f9c0df81
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/06/03 08:29
Merge pull request #728 from Rangi42/master
4a294824
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/03 08:24
Merge branch 'master' of https://github.com/pret/pokecrystal
5e9de747
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/06/03 08:24
Merge pull request #727 from ISSOtm/free_space
4259b0f9
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/03 08:20
Separate UnusedBattleObjectPals from PartyMenuOBPals
b4893a36
– ISSOtm <eldredhabert0@gmail.com>
authored
on 2020/06/01 19:11
Rewrite tools/free_space.awk
97b182f3
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/06/02 05:25
Replace free_space.awk with free_space.py
84959e35
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/06/02 04:33
Merge pull request #722 from entrpntr/fix-used-space
4f49a1f2
– Lhivorde <62214635+Lhivorde@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/05/29 02:16
Rename ScrollingMenu_UpdateDisplay.string_2485f (#726)
edcf08ff
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/05/25 17:29
Merge pull request #725 from FredrIQ/wd431
0fd4090d
– Fredrik Ljungdahl <fredde1994@gmail.com>
authored
on 2020/05/25 23:19
Add label for wd431 and remove misleading comment (it's not strictly mobile)
fe42ef8a
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/05/25 17:05
Some uses of SCREEN_WIDTH and SCREEN_HEIGHT
60f7ca40
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/05/24 23:54
Group MoveDescriptions with PrintMoveDesc and rename that to PrintMoveDescription (like ItemDescriptions with PrintItemDescription)
159cef00
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/05/24 08:29
Update lzcomp
c1c671d8
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/05/23 11:46
Remove unused tools/md5.c
2b7237e2
– aaaaaa123456789 <aaaaaa123456789@acidch.at>
authored
and GitHub <noreply@github.com>
committed
on 2020/05/23 10:30
Match LZ compressed files (#724)
c37e8a65
– entrpntr <entrpntr@gmail.com>
authored
on 2020/05/19 18:36
Update used_space.py and mapreader.py tools for rgbds v0.4.0.
f1513ae8
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/05/19 16:00
Add some comments to UpdateBGMap
156f2cc3
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/05/18 07:59
Update some routine labels, including unreferenced ones
e32cf1bf
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/05/17 16:59
Miscellaneous cleanup noted in #709
395ebd83
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/05/16 18:25
Format all CopyTilemapAtOnce variations the same way
abf3858f
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
and Rangi <35663410+Rangi42@users.noreply.github.com>
committed
on 2020/05/09 16:07
Update some comments
5f197c53
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
and Rangi <35663410+Rangi42@users.noreply.github.com>
committed
on 2020/05/07 07:09
Clean up some percentage values
8c51de1a
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/05/06 07:48
Merge pull request #717 from Rangi42/master
905833ef
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/05/06 06:34
Use a FIRST_UNOWN_CHAR constant for the Unown font
b69526a9
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/05/05 05:55
Miscellaneous fixes
d47c5603
– mid-kid <esteve.varela@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/04/30 13:54
Merge pull request #715 from Rangi42/master
20464d1b
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/04/30 07:27
Miscellaneous updates
38cdad79
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/04/23 12:35
Merge pull request #714 from Rangi42/master
8a3c44fa
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/04/23 12:33
Add "unused" comments for stray audio/sfx.asm data
b50dd57c
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/04/23 12:10
Miscellaneous updates and corrections
2d3a94b7
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/04/18 14:42
'make tidy' removes rgbdscheck.o
9cd59db9
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/04/18 14:38
Merge pull request #713 from Rangi42/master
576cbf5b
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/04/18 13:31
Miscellaneous fixes, including one for the Pokédex design flaw by ax6
ceb747c6
– mid-kid <esteve.varela@gmail.com>
authored
on 2020/04/17 19:24
fix ~~type~~ typo
19aee926
– mid-kid <esteve.varela@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/04/17 14:25
Merge pull request #712 from Rangi42/master
164e1b89
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/04/17 07:02
Rename pokecrystal.link to layout.link
bfc6612c
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/04/17 06:59
Use a separate build object to check the rgbds version
22615cec
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/04/17 06:52
More miscellaneous fixes (see #709)
93ed0ed1
– Rangi <35663410+Rangi42@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/04/16 05:48
Merge pull request #711 from Rangi42/master
58b377f2
– Rangi <remy.oukaour+rangi42@gmail.com>
authored
on 2020/04/16 05:30
Fix #709 miscellaneous issues
Next