shithub: pokecrystal

RSS feed

2b7b3b6d – Bryan Bishop <[email protected]> authored on 2013/08/03 12:22
update extras submodule on the "organizing" branch

a5f1029d – Bryan Bishop <[email protected]> authored on 2013/08/03 12:17
update extras submodule to latest master branch

44c459ab – Bryan Bishop <[email protected]> authored on 2013/08/03 09:58
INSTALL: fix extra newlines

6bf0fab5 – Bryan Bishop <[email protected]> authored on 2013/08/03 09:57
INSTALL: move general stuff out of windows section

21a5ee0d – Bryan Bishop <[email protected]> authored on 2013/08/03 09:56
fix spacing in a markdown file

4b5a5b6f – Bryan Bishop <[email protected]> authored on 2013/08/03 09:55
update INSTALL.md with submodule instructions

81c5b269 – Bryan Bishop <[email protected]> authored on 2013/08/03 09:49
Merge branch 'master' into remove-extras

e880c293 – Bryan Bishop <[email protected]> authored on 2013/08/03 09:46
remove stray newline from README

2e9caa75 – Bryan Bishop <[email protected]> authored on 2013/08/03 09:44
Move extras/ into a git submodule.

1c3ebf95 – Bryan Bishop <[email protected]> authored on 2013/08/03 08:17
write comment in .gitignore

c7a649c4 – Bryan Bishop <[email protected]> authored on 2013/07/25 11:58
Merge pull request #160 from iimarckus/master

3a6e5871 – IIMarckus <[email protected]> authored on 2013/07/25 02:33
Add Time Capsule item conversions.

bb8990dc – Bryan Bishop <[email protected]> authored on 2013/07/12 15:16
Merge pull request #157 from yenatch/overworld

226729d1 – Bryan Bishop <[email protected]> authored on 2013/07/11 05:01
Merge pull request #158 from yenatch/gbz80disasm-more-data

90c18c5c – yenatch <[email protected]> authored on 2013/07/04 11:42
rst $28 -> JumpTable

37c009ca – yenatch <[email protected]> authored on 2013/07/04 01:37
player/script events

0988d69d – yenatch <[email protected]> authored on 2013/07/04 01:37
more scripting cleanup

a3870db6 – yenatch <[email protected]> authored on 2013/07/04 00:11
Clean up and remove incbins from script commands

82ebad99 – yenatch <[email protected]> authored on 2013/07/04 00:11
MapObjects and ScriptRunning

aa62a4b8 – yenatch <[email protected]> authored on 2013/07/03 23:55
version constant

e7a7fcc9 – yenatch <[email protected]> authored on 2013/07/03 23:53
crystal: add more movements

24daef7a – yenatch <[email protected]> authored on 2013/07/02 19:01
SelectMenu

dca6fd37 – yenatch <[email protected]> authored on 2013/07/02 10:10
start using relevant constants in wram.asm

425b7277 – yenatch <[email protected]> authored on 2013/07/02 10:09
make: check wram/constants

fbf9ae78 – yenatch <[email protected]> authored on 2013/07/01 18:55
clean up StartMenu

d3872d1a – yenatch <[email protected]> authored on 2013/06/30 22:48
chars: ▷

6597eb7e – yenatch <[email protected]> authored on 2013/06/28 17:51
Overworld input handling

6765083c – yenatch <[email protected]> authored on 2013/07/03 17:55
wram.py: allow space definitions using constants

341e11cc – yenatch <[email protected]> authored on 2013/07/03 17:54
labels: hex is case-insensitive

ba5cd8bb – yenatch <[email protected]> authored on 2013/07/02 08:19
use wram from outside extras

9b71315d – Bryan Bishop <[email protected]> authored on 2013/07/10 11:35
Merge pull request #156 from yenatch/cygwin-install

3d320842 – yenatch <[email protected]> authored on 2013/07/10 13:58
apt-cyg is not a cygwin default; rgbds was outdated; simplify rgbds install

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

34c8cb80 – Bryan Bishop <[email protected]> authored on 2013/06/26 17:45
Merge pull request #154 from yenatch/movement

ff111340 – Bryan Bishop <[email protected]> authored on 2013/06/25 19:54
Merge branch 'github/master' into master.

bd6a9853 – Bryan Bishop <[email protected]> authored on 2013/06/25 19:48
Merge branch 'gfx-fixes-again' into master.

7da503ac – Bryan Bishop <[email protected]> authored on 2013/06/25 19:48
use rm -f in Makefile

aee96a5c – Bryan Bishop <[email protected]> authored on 2013/06/25 19:47
Merge branch 'cogitokat/master' into master.

78ee534e – Bryan Bishop <[email protected]> authored on 2013/06/25 19:25
add jython stuff into .gitignore

28268df4 – Bryan Bishop <[email protected]> authored on 2013/06/25 19:23
remove extra whitespace in extras/vba.py

aade38c7 – Bryan Bishop <[email protected]> authored on 2013/06/25 19:01
remove extra whitespace in extras/gfx.py

cc1add09 – Bryan Bishop <[email protected]> authored on 2013/06/25 19:00
fix function formatting in extras/gfx.py

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

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

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

72fbe86c – Kat Harrison <Kat Harrison> authored on 2013/06/23 12:06
fixed another indent in gfx.py

95369248 – cogitokat <[email protected]> authored on 2013/06/23 12:48
fixed indents

0b5885e1 – cogitokat <[email protected]> authored on 2013/06/23 12:47
convert indents to 4 spaces in gfx.py

a60bf169 – cogitokat <[email protected]> authored on 2013/06/23 11:07
more docstring/indent fixes in gfx.py

3ee5295e – cogitokat <[email protected]> authored on 2013/06/23 09:15
more gfx.py docstring changes

60b52a8c – cogitokat <[email protected]> authored on 2013/06/23 10:12
Change bad indents in extras/gfx.py

1120eaaa – Kat Harrison <Kat Harrison> authored on 2013/06/23 08:43
Edit some docstrings in /extras.

897d8b74 – Kat Harrison <Kat Harrison> authored on 2013/06/22 20:45
Made edits to docstrings in extras/vba.py

d67d63df – Kat Harrison <Kat Harrison> authored on 2013/06/22 17:34
update instructions in extras/vba.py

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

Next