RSS feed
57200b6c
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/02/03 10:18
simplify load_rom in gbz80disasm
82b8b512
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/02/03 10:10
enable labels in gbz80disasm
c7886661
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/02/03 09:54
fix git clone instructions
7f0fdb19
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/02/03 03:56
Merge pull request #101 from Sanky/master
a632c8d6
– Sanky <gsanky@gmail.com>
authored
on 2013/02/03 06:38
Add menu icons.
01617448
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/02/02 20:46
Merge pull request #98 from Sanky/master
7df002c3
– Sanky <gsanky@gmail.com>
authored
on 2013/02/02 18:13
Merge https://github.com/kanzure/pokecrystal
f6db9f96
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/02/02 16:41
Merge pull request #100 from iimarckus/blackout
f3904898
– IIMarckus <iimarckus@gmail.com>
authored
on 2013/02/02 17:36
Replace some hardcoded addresses with local labels.
cdcb635a
– IIMarckus <iimarckus@gmail.com>
authored
on 2013/02/02 16:50
Add blackout points / fly location data.
aff98b26
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/02/02 15:54
Merge pull request #99 from iimarckus/blackout
1bf1d6e3
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/02/02 08:56
Merge pull request #97 from yenatch/master
ec665515
– yenatch <yenatch@gmail.com>
authored
on 2013/02/02 03:00
Decompression function
4bc2564a
– yenatch <yenatch@gmail.com>
authored
on 2013/02/02 02:14
VBlank and dependencies
479c1892
– yenatch <yenatch@gmail.com>
authored
on 2013/01/31 23:54
Add japanese credits text
6259d4c6
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/31 21:21
Merge pull request #96 from yenatch/master
341fa891
– yenatch <yenatch@gmail.com>
authored
on 2013/01/31 16:55
Credits
8f59a960
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/31 14:07
Merge pull request #95 from yenatch/master
b13fba25
– yenatch <yenatch@gmail.com>
authored
on 2013/01/30 17:41
Some more uncompressed gfx
71bc1436
– yenatch <yenatch@gmail.com>
authored
on 2013/01/29 20:38
A couple more general functions
73c374a3
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 14:22
README: fix testing instructions
eb6cb981
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 14:10
dump_sections - tool to dump a skeleton asm file
9a29def2
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 12:46
basic type_constants data
80fc1f42
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 12:45
clean up the preprocessor macro list
fd6bb7de
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 12:33
various formatting fixes for crystal.py
5b2848b4
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 12:20
replace wildcard import with explicit import
edee1339
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 12:17
add character encoding header in pksv.py
9e9c37f5
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 12:14
py26 fix for RomStr.load_labels (json)
db5208b4
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 12:13
make gbz80disasm work with python2.6 again
00a2e4e1
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 12:08
pedantic formatting changes for pointers.py
3b708941
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 12:07
add character encoding headers to other files
12c06174
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 12:05
fix headers and imports in labels.py
47a828c1
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 12:05
set character encoding header in interval_map.py
74a4d658
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 12:03
fix imports in graph.py
26ed5760
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 12:03
fix header comments in graph.py
f22bbdd7
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 12:00
remove a duplication of load_rom and load_asm
0ee57e94
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 11:56
clean up lousy headers in comparator.py
59d0c6bc
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 11:55
better import syntax in comparator.py
4dfb8d3b
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 11:54
better import syntax in crystal.py
ac47399e
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 11:52
remove extra whitespace in gbz80disasm
00f1b71c
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 11:49
remove a broken, unfinished disassembler (DisAsm)
a1579ab5
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 11:46
allow unicode addresses in RomStr.to_asm
500d47f4
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 11:43
add character encoding header in gbz80disasm.py
4e1e9ed2
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 11:42
include character encoding header in romstr.py
8f4b5dae
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 11:41
better formatting for romstr imports
5eb81b07
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 11:40
RomStr doesn't need deepcopy
86150b0f
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 11:37
commentify report_untested
bc167bed
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 11:34
fix label imports in tests
44db66e1
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 11:32
fix AsmList import in tests
564a1b58
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 11:30
fix pksv imports in tests
50ae458b
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 11:29
fix calculate_pointer in tests
f8b1695b
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 11:24
split out more item_constants stuff
c7755935
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 06:58
Merge pull request #94 from yenatch/master
35682de4
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/27 02:22
split out tests into a separate file
a687ec48
– yenatch <yenatch@gmail.com>
authored
on 2013/01/24 22:42
give names to some rst commands
4ef85af8
– yenatch <yenatch@gmail.com>
authored
on 2013/01/24 22:25
fix OverworldMap definition
a826951a
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/23 13:32
fix label generator
d510b00a
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/23 08:54
Merge pull request #93 from yenatch/master
859edf6f
– yenatch <yenatch@gmail.com>
authored
on 2013/01/23 11:47
split off animation data chunks into files
9aaa774c
– yenatch <yenatch@gmail.com>
authored
on 2013/01/23 10:52
rename unown animation pointer files
54f3eb84
– yenatch <yenatch@gmail.com>
authored
on 2013/01/23 10:28
include pic animations in main.asm
a5b2f3c3
– yenatch <yenatch@gmail.com>
authored
on 2013/01/23 10:27
temporary animation macros
dd16a257
– yenatch <yenatch@gmail.com>
authored
on 2013/01/23 10:27
allow labels and includes on the same line
3ba86a82
– yenatch <yenatch@gmail.com>
authored
on 2013/01/23 10:25
dump pic animations
d3c87e37
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/23 07:35
Merge pull request #92 from yenatch/master
b05db023
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/22 08:29
Merge pull request #91 from yenatch/master
cd0f7173
– yenatch <yenatch@gmail.com>
authored
on 2013/01/22 00:01
update gfx.py to reflect new structure
d340d840
– yenatch <yenatch@gmail.com>
authored
on 2013/01/21 23:22
restructure pic graphics
ddfcd3b0
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/19 18:31
don't let .gb roms sneak in
19c90766
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/19 18:28
update .gitignore formatting
2c128c46
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/16 16:25
Merge pull request #89 from yenatch/master
c0142213
– yenatch <yenatch@gmail.com>
authored
on 2013/01/16 19:17
really fix incbin in bank $2f
0c3ba162
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/16 18:12
fix incbin in bank $2f
17137716
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/16 18:02
Merge remote branch 'remotes/yenatch/master'
6b8d77ff
– Sanky <gsanky@gmail.com>
authored
on 2013/01/16 07:38
Disasm EggStatsScreen and related. Add coord macros.
ab7120cf
– Sanky <gsanky@gmail.com>
authored
on 2013/01/15 16:18
disasm some stats screen related code
1ac5a723
– yenatch <yenatch@gmail.com>
authored
on 2013/01/15 13:03
bank 6c text
2327841d
– yenatch <yenatch@gmail.com>
authored
on 2013/01/15 11:52
pokecenter nurse script
0a54ce9e
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/15 11:20
clean up python script imports
80781e56
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/15 11:15
remove the Size class (unused)
536df078
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/15 11:11
split out IntervalMap into a separate file
669c461a
– yenatch <yenatch@gmail.com>
authored
on 2013/01/14 18:19
forgot to make 3jumptext an ender
28b565a0
– yenatch <yenatch@gmail.com>
authored
on 2013/01/14 16:41
add missing script command (3jumptext)
e92a9ead
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/14 15:44
Merge pull request #87 from iimarckus/shootbreeze
92e20d0c
– IIMarckus <iimarckus@gmail.com>
authored
on 2013/01/14 16:24
Add phone scripts for Mom, Bill, Elm, and unused.
7a33b66a
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/14 15:44
Merge pull request #86 from yenatch/master
e09aff77
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/14 14:25
Merge pull request #85 from yenatch/master
3010a1fb
– Sanky <gsanky@gmail.com>
authored
on 2013/01/14 12:28
Fix crystal.scan_for_predefined_labels to work with current main.asm
0600437b
– Sanky <gsanky@gmail.com>
authored
on 2013/01/14 12:02
Disasm more party menu-related functions.
7b3e7a8d
– Sanky <gsanky@gmail.com>
authored
on 2013/01/14 04:40
disasm PrintPartyMenuText
acd6d354
– yenatch <yenatch@gmail.com>
authored
on 2013/01/13 22:15
banish script parser output to debug
df680fde
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/13 20:48
Merge pull request #84 from yenatch/master
23511b84
– yenatch <yenatch@gmail.com>
authored
on 2013/01/13 20:40
script special for pokerus check
80e76054
– yenatch <yenatch@gmail.com>
authored
on 2013/01/13 20:03
add pokerus check
936361ee
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/13 17:49
Merge pull request #83 from yenatch/master
4ee88cd7
– IIMarckus <iimarckus@gmail.com>
authored
on 2013/01/10 13:31
Add lots of phone call texts.
c24c6fe4
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/01/13 10:16
Merge pull request #81 from iimarckus/simian
818a82a2
– IIMarckus <iimarckus@gmail.com>
authored
on 2013/01/13 11:12
Fix typo.
9fbe7ea4
– yenatch <yenatch@gmail.com>
authored
on 2013/01/12 19:40
make careless use of gfx.py less fatal
2f136d26
– yenatch <yenatch@gmail.com>
authored
on 2013/01/12 19:39
reformat title screen palettes
Next