RSS feed
73bd376c
– yenatch <yenatch@gmail.com>
authored
on 2013/09/23 23:51
rename bit2 script commands to flag
3134b26f
– yenatch <yenatch@gmail.com>
authored
on 2013/09/23 23:48
rename bit1 script commands to event
8da8dff7
– yenatch <yenatch@gmail.com>
authored
on 2013/09/23 23:31
use a label in wildon/wildoff script command asm
2afb247c
– yenatch <yenatch@gmail.com>
authored
on 2013/09/23 23:29
script commands wildon and wildoff got mixed up
f6a5d7b2
– yenatch <yenatch@gmail.com>
authored
on 2013/09/18 17:54
split pokedex flag handling into home/pokedex_flags.asm
f958ba0e
– yenatch <yenatch@gmail.com>
authored
on 2013/09/18 17:48
recomment IsInArray
c074231a
– yenatch <yenatch@gmail.com>
authored
on 2013/09/18 17:40
move window asm into home/window.asm
5a4e4bdb
– yenatch <yenatch@gmail.com>
authored
on 2013/09/18 17:39
fix some farcalls in window asm
5249fd97
– yenatch <yenatch@gmail.com>
authored
on 2013/09/18 17:31
fix padding in .lz files for attack graphics
663c523a
– yenatch <yenatch@gmail.com>
authored
on 2013/09/18 17:10
fix formatting in player pic asm
48bab16e
– yenatch <yenatch@gmail.com>
authored
on 2013/09/18 17:04
move dratini special into event/dratini.asm
7cef3b76
– yenatch <yenatch@gmail.com>
authored
on 2013/09/18 16:58
move mon icons into menu/mon_icons.asm
1e56e3e9
– yenatch <yenatch@gmail.com>
authored
on 2013/09/18 16:50
more encounter functions
ee47d6ed
– yenatch <yenatch@gmail.com>
authored
on 2013/09/16 12:49
more mobile functions
e770ae20
– yenatch <yenatch@gmail.com>
authored
on 2013/09/15 15:08
clean up a couple mobile function comments
237861b5
– yenatch <yenatch@gmail.com>
authored
on 2013/09/15 15:07
rename hall of fame labels
9ae1cd6a
– yenatch <yenatch@gmail.com>
authored
on 2013/09/15 14:59
split title screen functions into engine/title.asm
0ce5c4fe
– yenatch <yenatch@gmail.com>
authored
on 2013/09/15 14:56
split the mobile adapter library into lib/mobile/
013c6fc3
– yenatch <yenatch@gmail.com>
authored
on 2013/09/15 14:17
some time-dependent function
3370a04d
– yenatch <yenatch@gmail.com>
authored
on 2013/09/15 14:02
split color asm and data into engine/color.asm
fe920896
– yenatch <yenatch@gmail.com>
authored
on 2013/09/15 13:31
dump a couple palettes in predef/cgb.asm
c3cab23c
– yenatch <yenatch@gmail.com>
authored
on 2013/09/15 13:29
dump a palette set at the end of bank 2
dd473e56
– yenatch <yenatch@gmail.com>
authored
on 2013/09/15 13:24
incbin some 0s back
c738318d
– yenatch <yenatch@gmail.com>
authored
on 2013/09/15 13:08
move part of an incbin into predef/cgb.asm
ab91f49e
– yenatch <yenatch@gmail.com>
authored
on 2013/09/15 13:01
remove some incbins in bank 2
44fac4fd
– yenatch <yenatch@gmail.com>
authored
on 2013/09/12 01:37
finish an old script pointer table
d5369908
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/09/11 14:05
Merge pull request #203 from yenatch/globals
81c5f251
– yenatch <yenatch@gmail.com>
authored
on 2013/09/11 16:54
add globals.asm to .gitignore
d6b53879
– yenatch <yenatch@gmail.com>
authored
on 2013/09/11 16:28
include globals.asm in pokecrystal.asm
7fba45f6
– yenatch <yenatch@gmail.com>
authored
on 2013/09/11 16:27
fix a typo in Makefile
e2aa3d7e
– yenatch <yenatch@gmail.com>
authored
on 2013/09/11 16:26
consolidate labels across objects into globals.asm
eaa79031
– yenatch <yenatch@gmail.com>
authored
on 2013/09/11 16:23
bump extras to use globals.asm
4aae680b
– yenatch <yenatch@gmail.com>
authored
on 2013/09/11 15:20
move wram constants into constants.asm; make all labels use :s
38be374d
– yenatch <yenatch@gmail.com>
authored
on 2013/09/11 15:17
check that a source file exists before scanning it for includes
18656332
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/09/10 18:47
Merge pull request #202 from yenatch/rgbasm-objects
e11a56a1
– yenatch <yenatch@gmail.com>
authored
on 2013/09/10 21:40
use a docstring instead of comments in scan_includes
74f8d746
– yenatch <yenatch@gmail.com>
authored
on 2013/09/10 21:26
abstract make targets are now phony
84ba0ffc
– yenatch <yenatch@gmail.com>
authored
on 2013/09/10 21:25
rename lzs make target to gfx
c1952760
– yenatch <yenatch@gmail.com>
authored
on 2013/09/10 21:24
rename make variables for graphics files
6a219637
– yenatch <yenatch@gmail.com>
authored
on 2013/09/10 21:20
scan source files for Makefile dependencies
e1c3fee9
– yenatch <yenatch@gmail.com>
authored
on 2013/09/10 21:16
change old .tx includes to .asm
4db0e3c1
– yenatch <yenatch@gmail.com>
authored
on 2013/09/10 14:24
rewrite Makefile to handle multiple rgbasm objects
018cf267
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 22:16
move gbhw.asm and hram.asm to constants.asm
3e9e7663
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 22:03
preprocess everything
23b7a4ea
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 21:20
Merge branch 'master' into rgbasm-objects
3f9f5953
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 20:57
Merge branch 'master' into rgbasm-objects
6e6514c2
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 20:08
no need to use python if baserom.gbc doesn't exist
2b38b9ba
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 19:45
suppress .tx handling in Makefile
5f6ecb8d
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/09/09 18:14
Merge pull request #201 from kanzure/fix-submodule-version
c8d24e76
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/09/09 20:13
bump submodule again
3ac5d20c
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/09/09 17:49
Merge pull request #200 from kanzure/update-refactored-preprocessor
0d6efda9
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/09/09 15:51
Merge pull request #198 from yenatch/split-predefs-specials-stds
84a9b390
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 18:44
rename common/ to home/
64397069
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 18:02
split spikes effect into effects/spikes.asm
91e89a29
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 18:01
comment spikes move effect
b437aaf3
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 17:53
add a note to endure.asm
40010e25
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 17:51
split protect and endure effects into battle/effects/
aaf77957
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 17:50
comment protect and endure move effects
d07cd794
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 17:23
consecutive protect/endure count in battle
110477cd
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 14:43
split curse effect into battle/effects/curse.asm
d3fa7725
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 10:14
Merge pull request #4 from kanzure/fix-split-predefs-specials-stds
608d0d86
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 12:09
move name rater asm into event/name_rater.asm
33d7ef72
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/09/09 12:00
Merge branch 'yenatch/split-predefs-specials-stds' into fix-split-predefs-specials-stds
3a2dbb52
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/09/09 11:59
Merge branch 'yenatch/split-predefs-specials-stds' into fix-split-predefs-specials-stds
37e1aa4e
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/09/09 11:56
Merge branch 'yenatch/split-predefs-specials-stds' into fix-split-predefs-specials-stds
35324ae4
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/09/09 11:55
Merge branch 'yenatch/split-predefs-specials-stds' into fix-split-predefs-specials-stds
0fc0c0be
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 11:47
name rater special
429417da
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 11:39
name a couple specials
cc41f68c
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 11:33
split sgb-to-cgb asm into predef/cgb.asm
dab74d71
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 11:12
cgb replacements for sgb layouts
e3342337
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 10:33
split sgb stuff into predef/sgb.asm
de8e7ca4
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 10:17
sgb layout predef
a6c72007
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 08:56
CheckCGB
5bbcedb8
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 08:49
typo in CheckContestMon
2b4a5bdd
– yenatch <yenatch@gmail.com>
authored
on 2013/09/09 08:47
comment flag predef
771ebcbf
– yenatch <yenatch@gmail.com>
authored
on 2013/09/08 22:34
PokedexSeen and PokedexCaught were swapped
106b0e13
– yenatch <yenatch@gmail.com>
authored
on 2013/09/08 22:22
clean up more bank 0
53b7926f
– yenatch <yenatch@gmail.com>
authored
on 2013/09/08 21:21
move multiplication/division functions into common/math.asm
ee04a2fc
– yenatch <yenatch@gmail.com>
authored
on 2013/09/08 21:11
split more copy functions into common/copy2.asm
60c1061a
– yenatch <yenatch@gmail.com>
authored
on 2013/09/08 20:59
clean up some common includes and give names to wram copy functions
abb7f2fa
– yenatch <yenatch@gmail.com>
authored
on 2013/09/08 19:54
split Predef into common/predef.asm
4778276f
– yenatch <yenatch@gmail.com>
authored
on 2013/09/08 19:53
split serial handshake into common/handshake.asm
6d7043c0
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/09/08 16:24
Merge pull request #197 from yenatch/master
9f7adeaf
– yenatch <yenatch@gmail.com>
authored
on 2013/09/08 19:18
ItemIsMail and comment thief move effect
bd7563e0
– yenatch <yenatch@gmail.com>
authored
on 2013/09/08 18:44
comment arena trap move effect asm
05db4b4c
– yenatch <yenatch@gmail.com>
authored
on 2013/09/08 18:42
comment nightmare move effect asm
b4d37c67
– yenatch <yenatch@gmail.com>
authored
on 2013/09/08 18:30
comment defrost move effect asm
7a195152
– yenatch <yenatch@gmail.com>
authored
on 2013/09/08 18:23
comment curse move effect asm
78a3951d
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/09/08 13:06
Merge pull request #196 from yenatch/std-scripts
50232cc9
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/09/08 12:47
Merge pull request #195 from yenatch/predefs
3652417d
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/09/08 05:20
Merge pull request #172 from kanzure/refactor-preprocessor
5c4dc08e
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/09/08 07:18
Merge branch 'master' into refactor-preprocessor
740f9137
– Bryan Bishop <kanzure@gmail.com>
authored
on 2013/09/08 05:15
Merge pull request #190 from yenatch/master
e7318ed4
– yenatch <yenatch@gmail.com>
authored
on 2013/09/07 23:14
move double speed functions into common/double_speed.asm
4a04a09a
– yenatch <yenatch@gmail.com>
authored
on 2013/09/07 23:12
labels for cgb double speed functions
844546f8
– yenatch <yenatch@gmail.com>
authored
on 2013/09/07 22:50
split sram access asm into common/sram.asm
edf939a0
– yenatch <yenatch@gmail.com>
authored
on 2013/09/07 22:47
split Random into common/random.asm
3b70005f
– yenatch <yenatch@gmail.com>
authored
on 2013/09/07 21:45
split item interfaces into common/item.asm
f0cf8677
– yenatch <yenatch@gmail.com>
authored
on 2013/09/07 21:35
fix item asm labels
d05adc4f
– yenatch <yenatch@gmail.com>
authored
on 2013/09/07 20:46
Function2f17 -> IsInJohto
Next