Commit Graph

1988 Commits

Author SHA1 Message Date
yenatch
3e830ab884 Fix a party menu action comment. 2014-02-24 01:00:36 -05:00
yenatch
d89ca4aead Trade tilemaps and an unreferenced function. 2014-02-24 00:58:31 -05:00
yenatch
2b882b1ef9 Trade graphics in gfx/trade. 2014-02-23 22:25:11 -05:00
yenatch
094e67f0a0 More trade text functions. 2014-02-23 21:41:36 -05:00
yenatch
876e14ece8 Disassemble a jump table related to trading. 2014-02-23 21:21:09 -05:00
yenatch
bac031156b Misc trainer card graphics. 2014-02-23 20:58:38 -05:00
yenatch
85698ddbdb Trainer card gym leader and badge graphics. 2014-02-23 20:40:47 -05:00
yenatch
229da90963 Dummy player object and incbinned data. 2014-02-23 18:26:44 -05:00
yenatch
f0580df37c Remove an incbin for Data4273 2014-02-23 17:22:47 -05:00
yenatch
1045c6a16f OTPartyMon1HP instead of PartyMon1HP - PartyMon1 + OtPartyMon1 2014-02-23 01:10:58 -05:00
yenatch
a01dad8e49 Partymon structs for opponent and player parties. 2014-02-23 00:37:09 -05:00
yenatch
0ea86cecba wContestMon in Bug Catching Contest rankings. 2014-02-22 23:52:20 -05:00
yenatch
f3d614a235 Use a partymon struct macro in wram.asm. 2014-02-22 21:57:28 -05:00
yenatch
d11a23c7d1 Address comments for footprints. 2014-02-22 06:50:20 -05:00
yenatch
e9626c7710 gfx/misc/town_map.lz is actually padded 2014-02-22 06:44:47 -05:00
yenatch
43c10efb29 footprints
how did we forget that?
2014-02-22 06:25:19 -05:00
yenatch
11f8168995 Some item menu headers. 2014-02-22 06:10:54 -05:00
yenatch
44a11e6588 More Bill's PC functions. 2014-02-22 03:50:46 -05:00
yenatch
c6dd950f32 Finish off Bill's PC menudata. 2014-02-22 03:36:08 -05:00
yenatch
874736db40 Some incbinned data related to Cut. 2014-02-22 03:25:24 -05:00
yenatch
654779d2c1 Bicycle scripts and text.
Also an egg string.
2014-02-17 19:07:57 -05:00
yenatch
eeac223253 Whirlpool and fishing scripts and text. 2014-02-17 18:51:00 -05:00
yenatch
d72c1c8ee0 More field move scripts and text. 2014-02-16 23:56:51 -05:00
yenatch
cb40ed08dd Use labels in audio/sfx_pointers.asm 2014-02-06 21:22:45 -05:00
yenatch
55f60dffe1 Use labels in audio/cry_pointers.asm 2014-02-06 21:22:45 -05:00
yenatch
e57309618d Include cries and sound effects in audio.asm 2014-02-06 21:22:45 -05:00
yenatch
236f914bbe Empty cry headers (for slots 252-255). 2014-02-06 21:22:45 -05:00
yenatch
fd1e8d9daf Dump the sound effects 2014-02-06 21:22:45 -05:00
yenatch
466c507549 Dump the cries 2014-02-06 21:22:44 -05:00
yenatch
cfa8cb7b15 Redump music for whitespace formatting changes
to avoid a bigger diff later
2014-02-06 21:22:44 -05:00
yenatch
30fd84d452 preprocessor: import commands sound and noise 2014-02-06 21:22:44 -05:00
yenatch
b2be5f4d2c Bump pokemontools for fixed audio dumps 2014-02-06 21:22:37 -05:00
yenatch
ddc665a31a Move includes into object bases instead of their version wrappers. 2014-02-05 19:07:24 -05:00
yenatch
370d5f71f2 compare.sh: diff -u 2014-02-05 18:41:04 -05:00
yenatch
ca6ef0773f Merge remote-tracking branch 'kanzure/master' into nuke-globals 2014-02-05 18:40:59 -05:00
Bryan Bishop
ff6306400b Merge pull request #229 from yenatch/nuke-globals
Use globals to implicitly define labels before passing them into BANK().
2014-02-05 00:16:48 -08:00
yenatch
0105f6eeb0 Merge remote-tracking branch 'kanzure/master' into nuke-globals 2014-02-04 21:34:04 -05:00
yenatch
30218eb3d6 Use globals to implicitly define labels before passing them into BANK(). 2014-02-04 21:30:27 -05:00
Bryan Bishop
1202e68d2f Merge pull request #228 from yenatch/nuke-globals
Nuke globals.asm
2014-02-04 07:25:51 -08:00
yenatch
7c02c2bb31 Move remaining constants into constants/{misc,pokemon_data}_constants.asm
Now constant groups can be included separately if needed.
2014-02-03 18:00:51 -05:00
yenatch
4f5ae6510c Move rst constants into macros.asm 2014-02-02 16:13:23 -05:00
Bryan Bishop
80465fc6e6 Merge pull request #227 from yenatch/master
Map setup scripts
2014-02-01 17:59:39 -08:00
yenatch
7bae65b664 .gitignore: no more globals.asm 2014-02-01 20:42:43 -05:00
yenatch
8e24af1f22 Clean up variable usage in the makefile. 2014-02-01 20:36:44 -05:00
yenatch
cf2acc1001 Use :: to export labels between objects.
This fixes the build.
2014-02-01 20:26:39 -05:00
yenatch
adb3b29b4d pokedex entry banks 2014-02-01 17:06:18 -05:00
yenatch
7f0f21b1fc Get rid of globals.asm
This breaks the build until labels are exported again!
2014-02-01 13:55:48 -05:00
yenatch
65efbe55e7 preprocessor: actually call update_globals()
This is about to be removed, but it may as well work first.
2014-02-01 02:47:25 -05:00
yenatch
821f2c2ea0 Merge remote-tracking branch 'kanzure/master' 2014-02-01 02:45:07 -05:00
yenatch
a643ba8996 MBC3 constants in some RTC-related functions 2014-02-01 01:51:57 -05:00