shithub: pokecrystal

RSS feed

daf39309 – yenatch <[email protected]> authored on 2013/06/28 17:49
crystal: wram label finding

17b5e863 – yenatch <[email protected]> authored on 2013/06/28 17:35
crystal: 2pt script commands are for wram

622d6b86 – yenatch <[email protected]> authored on 2013/06/28 17:16
crystal: PointerLabelToScriptPointer bank is not reversed

fee0f0d6 – yenatch <[email protected]> authored on 2013/06/28 12:06
gbz80disasm: don't read data where there is none

3a1f843e – yenatch <[email protected]> authored on 2013/06/27 20:10
gbz80disasm: only track rom addresses for data

fe4b13e3 – yenatch <[email protected]> authored on 2013/06/27 18:28
gbz80disasm: use existing labels as addresses

b9dfd607 – yenatch <[email protected]> authored on 2013/06/26 20:34
DoPlayerMovement and recomment ow surfing checks

fbf561cf – Bryan Bishop <[email protected]> authored on 2013/06/25 16:32
Merge pull request #153 from yenatch/gbz80disasm-data

b710b872 – Bryan Bishop <[email protected]> authored on 2013/06/25 18:25
don't mix tabs/whitespace

ad6e271d – Bryan Bishop <[email protected]> authored on 2013/06/25 16:17
Merge pull request #148 from yenatch/master

4b2d4337 – Bryan Bishop <[email protected]> authored on 2013/06/25 16:10
Merge pull request #149 from yenatch/new-install

859c70ff – yenatch <[email protected]> authored on 2013/06/25 18:03
install: less abrasive outro

44571dc2 – yenatch <[email protected]> authored on 2013/06/25 17:28
give prequeue a reason to exist

8d2df72c – yenatch <[email protected]> authored on 2013/06/25 17:24
pre: restore separate_comment's behavior

fdf1070d – yenatch <[email protected]> authored on 2013/06/25 17:19
install: elaborate on make targets

03b407a0 – yenatch <[email protected]> authored on 2013/06/25 15:51
install: get pip and be less vague about the base rom

3d0314b5 – yenatch <[email protected]> authored on 2013/06/25 15:05
replace broken mibbit links with kiwiirc

2896cb93 – yenatch <[email protected]> authored on 2013/06/25 00:04
gbz80disasm: just use lowercase labels

91f7c123 – yenatch <[email protected]> authored on 2013/06/24 23:57
gbz80disasm: fix data handling

66304060 – yenatch <[email protected]> authored on 2013/06/24 23:55
gbz80disasm: local/global address conversion + fix find_label

7804dedc – yenatch <[email protected]> authored on 2013/06/24 23:43
gbz80disasm: detect data tables referenced in asm

e199aaa8 – yenatch <[email protected]> authored on 2013/06/24 23:21
gbz80disasm: data detection

01954388 – yenatch <[email protected]> authored on 2013/06/21 19:23
make: don't recompile if it's not necessary

e733c423 – yenatch <[email protected]> authored on 2013/06/20 20:58
preprocess asm files individually

f3340de6 – yenatch <[email protected]> authored on 2013/06/18 17:54
make clean is no longer required to compile

4577af01 – yenatch <[email protected]> authored on 2013/06/17 23:56
updated install instructions

fb931fe6 – yenatch <[email protected]> authored on 2013/06/17 17:26
move miscellaneous asm into engine/

41dbd3b4 – yenatch <[email protected]> authored on 2013/06/17 17:16
move constants files into constants/

20c0c0e2 – yenatch <[email protected]> authored on 2013/06/17 14:31
BadgeStatBoosts

869de91b – yenatch <[email protected]> authored on 2013/06/17 14:19
LostBattle and HalveMoney

ac773a9d – Bryan Bishop <[email protected]> authored on 2013/06/17 12:56
Merge pull request #147 from yenatch/master

fe01fb51 – Bryan Bishop <[email protected]> authored on 2013/06/16 13:17
programmatic speedrun of pokecrystal (vba)

6c5ccae8 – Bryan Bishop <[email protected]> authored on 2013/06/16 07:34
make vba emulator wait until text is done drawing

a4235e11 – yenatch <[email protected]> authored on 2013/06/15 21:22
symfile: fix address handling

dfb24161 – yenatch <[email protected]> authored on 2013/06/15 10:11
gbz80disasm: fix labels outside of banks 0 and 1

ef6767f1 – yenatch <[email protected]> authored on 2013/06/13 22:29
OakSpeech formatting

2f21ff4e – yenatch <[email protected]> authored on 2013/06/13 22:19
gbz80disasm: only use gbhw/hram constants >= 0xff00

7213916c – yenatch <[email protected]> authored on 2013/06/13 21:09
DrawIntroPlayerPic

d9779c58 – Bryan Bishop <[email protected]> authored on 2013/06/13 10:57
Merge pull request #146 from yenatch/master

bbed370d – yenatch <[email protected]> authored on 2013/06/13 13:18
gfx: return mass-decompress command

c9ff12cc – yenatch <[email protected]> authored on 2013/06/13 12:31
use stat constants in statdown commands

2b2d3e5e – yenatch <[email protected]> authored on 2013/06/13 12:11
Merge branch 'master' of github.com:kanzure/pokecrystal

8ae709be – yenatch <[email protected]> authored on 2013/06/13 12:10
comment statdown move command

eab37ef9 – yenatch <[email protected]> authored on 2013/06/13 10:23
hexdump for binary diffs

a923bf76 – yenatch <[email protected]> authored on 2013/06/12 19:31
Merge branch 'master' of github.com:kanzure/pokecrystal

4eebcf0a – Bryan Bishop <[email protected]> authored on 2013/06/12 18:44
Merge remote-tracking branch 'yenatch/master'

358b5b07 – Bryan Bishop <[email protected]> authored on 2013/06/12 18:44
Revert "make gfx.py png take only a path"

6ba758aa – yenatch <[email protected]> authored on 2013/06/12 17:31
expand shortened palettes

5803db71 – yenatch <[email protected]> authored on 2013/06/12 11:51
gfx: workable command line functions

b06c96e4 – yenatch <[email protected]> authored on 2013/06/12 10:38
gfx: palette checking in to_png

5d204ce5 – yenatch <[email protected]> authored on 2013/06/12 10:25
fix palette functions and output palettes in 2bpp conversion

5cf1754b – yenatch <[email protected]> authored on 2013/06/12 08:38
gfx: handling for <4-color pngs when converting to 2bpp

c26d758f – yenatch <[email protected]> authored on 2013/06/10 17:58
DecompressPredef

33371d77 – yenatch <[email protected]> authored on 2013/06/10 17:56
split out constants

a0188280 – yenatch <[email protected]> authored on 2013/06/09 10:30
Player backpic and consistent names for player characters

77aa2d9e – yenatch <[email protected]> authored on 2013/05/31 15:06
recomment text box functions

3975e86b – yenatch <[email protected]> authored on 2013/05/31 14:22
remove \@s from local labels

723645b4 – Bryan Bishop <[email protected]> authored on 2013/05/30 12:29
rename bank3{0,1}.asm to sprites_{1,2}.asm

3517a4f5 – Bryan Bishop <[email protected]> authored on 2013/05/30 12:28
remove two commented incbin lines

6a26978b – Bryan Bishop <[email protected]> authored on 2013/05/30 10:24
Merge pull request #144 from kanzure/temporarily-fix-overworld-sprites

f8da1496 – Bryan Bishop <[email protected]> authored on 2013/05/30 12:20
include overworld sprite .2bpp files

dbc5cbd7 – Bryan Bishop <[email protected]> authored on 2013/05/30 12:19
remove overworld sprite pngs

915c6358 – Bryan Bishop <[email protected]> authored on 2013/05/29 15:44
make gfx.py png take only a path

3bb2a65e – yenatch <[email protected]> authored on 2013/05/29 14:56
wram: room decorations

11cb0160 – yenatch <[email protected]> authored on 2013/05/29 10:49
JpDe

2df19fef – yenatch <[email protected]> authored on 2013/05/27 20:59
remove makefile clutter

eb75c580 – yenatch <[email protected]> authored on 2013/05/27 19:28
heavy ball

128dce7a – Bryan Bishop <[email protected]> authored on 2013/05/27 16:21
Merge pull request #142 from cogitokat/overworld-sprites

e08e7cf7 – Kat Harrison <Kat Harrison> authored on 2013/05/27 19:07
Include overworld sprites

122e2436 – yenatch <[email protected]> authored on 2013/05/22 13:07
mistook sprout tower pillar for minecart graphics

103ac439 – Bryan Bishop <[email protected]> authored on 2013/05/22 09:48
Merge pull request #140 from yenatch/master

f4db6f60 – yenatch <[email protected]> authored on 2013/05/22 12:36
music constants in map headers

f4e9dc2d – yenatch <[email protected]> authored on 2013/05/22 11:09
label banks in map headers

ee4203a5 – yenatch <[email protected]> authored on 2013/05/22 10:57
minecart tile animations

c15e7b86 – yenatch <[email protected]> authored on 2013/05/21 22:56
safari fountain tile animations

dff781c0 – Bryan Bishop <[email protected]> authored on 2013/05/21 20:15
Merge pull request #139 from iimarckus/peecee

620cf7a2 – IIMarckus <[email protected]> authored on 2013/05/21 21:11
Disassemble Kris's PC.

6dde0b27 – yenatch <[email protected]> authored on 2013/05/21 14:32
ilex forest tree tile animations

56d0175a – IIMarckus <[email protected]> authored on 2013/05/21 13:03
Add Prof. Oak's PC.

399925ff – yenatch <[email protected]> authored on 2013/05/21 12:43
gbz80disasm: rgbds uses brackets for ld hl, sp+x

2236e279 – yenatch <[email protected]> authored on 2013/05/21 08:37
cave water + park fountain tile animations

fdc1609f – Bryan Bishop <[email protected]> authored on 2013/05/17 21:49
Merge pull request #138 from yenatch/master

ca22f95d – yenatch <[email protected]> authored on 2013/05/18 00:14
get rid of windows build components

40946fd5 – yenatch <[email protected]> authored on 2013/05/18 00:13
confident enough in lz make target to include it in general compile

e3565bd7 – yenatch <[email protected]> authored on 2013/05/17 23:26
gfx: safer alternating-byte detection in compression

b5e0efc1 – yenatch <[email protected]> authored on 2013/05/17 21:53
Working lz make target

77e365d4 – yenatch <[email protected]> authored on 2013/05/17 13:28
gfx: fix a typo

604cafc2 – yenatch <[email protected]> authored on 2013/05/16 22:05
gfx: lz to png from command line

a1b9fdc9 – yenatch <[email protected]> authored on 2013/05/16 22:03
gfx.py: remove trailing tabs

abaed214 – yenatch <[email protected]> authored on 2013/05/16 22:01
gfx.py: get rid of argparse

f1001971 – Bryan Bishop <[email protected]> authored on 2013/05/17 11:58
load labels only once in gbz80disasm

3a0e8093 – yenatch <[email protected]> authored on 2013/05/16 21:58
fix data-handling errors in gfx.py

5feb5fd2 – Bryan Bishop <[email protected]> authored on 2013/05/15 08:09
Merge pull request #137 from yenatch/master

5521aa5c – yenatch <[email protected]> authored on 2013/05/15 10:49
gbz80disasm: include comments on unresolved backward relative jumps

b38e2874 – yenatch <[email protected]> authored on 2013/05/15 10:40
gbz80disasm: don't look for outstanding labels that are behind the origin

ffd56235 – yenatch <[email protected]> authored on 2013/05/14 21:51
preprocessor: minor optimization in separate_comment

a6fee362 – yenatch <[email protected]> authored on 2013/05/14 20:23
gbz80disasm: don't include comments on relative jumps

81e42e41 – yenatch <[email protected]> authored on 2013/05/14 17:53
gbz80disasm: reti is an ender

3cf6603b – yenatch <[email protected]> authored on 2013/05/14 17:50
gbz80disasm: space out blocks of asm

82d72384 – yenatch <[email protected]> authored on 2013/05/14 17:21
gbz80disasm: clean up $ff00+x handling

Next