RSS feed
38435ee6
– Marcus Huderle <huderlem@gmail.com>
authored
on 2014/01/29 09:39
Labeled Battle Center and Trade Center constants.
b48435bb
– yenatch <yenatch@gmail.com>
authored
on 2014/01/27 12:24
Makefile: condense dependency scanning into one loop
c49dd99a
– yenatch <yenatch@gmail.com>
authored
on 2014/01/27 12:09
Split wram.asm from poke{red,blue}.o into wram.o
2b961cea
– yenatch <yenatch@gmail.com>
authored
on 2014/01/27 11:37
Clean up makefile messages and prerequisite handling
1b9ee46a
– yenatch <yenatch@gmail.com>
authored
on 2014/01/27 11:22
Get rid of globals.asm. Use ::s to export labels between objects.
6bde0850
– Adam AKA Coolboyman <Adam@Adam.(none)>
authored
on 2014/01/26 18:59
added a couple of new moves constants
6bfe2f42
– IIMarckus <iimarckus@gmail.com>
authored
on 2014/01/26 18:09
Merge branch 'text' of https://github.com/yenatch/pokered
27c5fe33
– IIMarckus <iimarckus@gmail.com>
authored
on 2014/01/26 17:29
Merge branch 'fix-init-sudo' of https://github.com/yenatch/pokered
7e4febba
– yenatch <yenatch@gmail.com>
authored
on 2014/01/24 07:42
Get rid of more unnecessary labels in text.asm
896cc790
– yenatch <yenatch@gmail.com>
authored
on 2014/01/23 13:18
Makefile: remove duplicates when consolidating objects
fbe9cdde
– yenatch <yenatch@gmail.com>
authored
on 2014/01/23 10:56
Give a : to label def _UnnamedText_ef7d
b4e8ec09
– yenatch <yenatch@gmail.com>
authored
on 2014/01/23 10:55
Make text.asm an object
cf90d30e
– yenatch <yenatch@gmail.com>
authored
on 2014/01/23 10:48
Bank constants for text.asm
b84ee846
– yenatch <yenatch@gmail.com>
authored
on 2014/01/23 10:41
Move text banks into text.asm
03686856
– yenatch <yenatch@gmail.com>
authored
on 2014/01/23 10:38
Split out move names
fbda25d3
– yenatch <yenatch@gmail.com>
authored
on 2014/01/23 10:34
Split out the rest of map text
7762afaf
– yenatch <yenatch@gmail.com>
authored
on 2014/01/22 19:22
Split out route text
6e5476d4
– yenatch <yenatch@gmail.com>
authored
on 2014/01/22 18:37
Even more map text
bf743815
– yenatch <yenatch@gmail.com>
authored
on 2014/01/22 14:07
Silph Co 1f text was actually somewhere else
9da43a23
– yenatch <yenatch@gmail.com>
authored
on 2014/01/22 13:58
Move city and town map text into text/maps
31f07454
– yenatch <yenatch@gmail.com>
authored
on 2014/01/22 11:18
split out a bunch of map text
b52bcd65
– yenatch <yenatch@gmail.com>
authored
on 2014/01/22 09:45
split viridian and oaks lab text into text/maps/
cddc9351
– yenatch <yenatch@gmail.com>
authored
on 2014/01/22 08:56
stamp out even more text macros in main
b452726f
– yenatch <yenatch@gmail.com>
authored
on 2014/01/22 08:33
rename existing map text files and put them in text/maps/
32de715f
– yenatch <yenatch@gmail.com>
authored
on 2014/01/22 12:37
Merge branch 'split-audio' into text
c832fd85
– yenatch <yenatch@gmail.com>
authored
on 2014/01/22 06:19
bump pokemontools for merging the previous bump
2c2111b7
– yenatch <yenatch@gmail.com>
authored
on 2014/01/22 11:37
Merge remote-tracking branch 'iimarckus/master' into resplit-audio
283e4c1c
– yenatch <yenatch@gmail.com>
authored
on 2014/01/22 06:36
Don't use sudo in init.sh
53a4432e
– yenatch <yenatch@gmail.com>
authored
on 2014/01/21 20:21
use 'next' macro in strings
7a69bfaa
– yenatch <yenatch@gmail.com>
authored
on 2014/01/21 19:56
text macros in pokedex entries
fea5be46
– yenatch <yenatch@gmail.com>
authored
on 2014/01/21 19:33
rename and add some text macros
2ac15d24
– yenatch <yenatch@gmail.com>
authored
on 2014/01/21 16:08
text macros in text/
1295e2a6
– yenatch <yenatch@gmail.com>
authored
on 2014/01/21 15:16
clean up missed text macros in main.asm
3964e6a1
– yenatch <yenatch@gmail.com>
authored
on 2014/01/21 14:48
use text macros in main.asm
795decd0
– yenatch <yenatch@gmail.com>
authored
on 2014/01/21 14:15
Add text macros
93e1316e
– yenatch <yenatch@gmail.com>
authored
on 2014/01/21 12:49
bump pokemontools to play nice with EQUS
ccd5d238
– yenatch <yenatch@gmail.com>
authored
on 2014/01/21 09:29
condense MapSongBanks
5914bb67
– yenatch <yenatch@gmail.com>
authored
on 2014/01/21 09:24
use music constants everywhere
00127090
– yenatch <yenatch@gmail.com>
authored
on 2014/01/21 09:06
define music constants instead of running around with ((label-$4000)/3)
2622824f
– yenatch <yenatch@gmail.com>
authored
on 2014/01/09 09:41
rearrange audio.asm
1107dff7
– yenatch <yenatch@gmail.com>
authored
on 2014/01/09 09:27
fix some duty labels
06899261
– yenatch <yenatch@gmail.com>
authored
on 2014/01/09 09:24
split instrument duty into audio/
4cdc06b2
– yenatch <yenatch@gmail.com>
authored
on 2014/01/09 09:17
consolidate red/blue diffs in sfx
10bb09c4
– yenatch <yenatch@gmail.com>
authored
on 2014/01/08 21:59
split audio components into audio_red.o and audio_blue.o
47ec18ff
– Marcus Huderle <huderlem@gmail.com>
authored
on 2014/01/07 16:19
Labeled some more hardcoded banks and the OldManItemList.
5acb7d82
– yenatch <yenatch@gmail.com>
authored
on 2014/01/07 14:13
dedicated version includes
fdb4498e
– Marcus Huderle <huderlem@gmail.com>
authored
on 2014/01/07 07:12
Labeled lots of hardcoded banks.
94d75500
– yenatch <yenatch@gmail.com>
authored
on 2014/01/06 17:34
split out the audio engines
fb1ad40a
– Marcus Huderle <huderlem@gmail.com>
authored
on 2014/01/06 16:11
Some more arbitrary labeling of unknown things.
85f84303
– Marcus Huderle <huderlem@gmail.com>
authored
on 2014/01/06 07:10
wram labels and text/function labels.
e54be713
– Marcus Huderle <huderlem@gmail.com>
authored
on 2014/01/05 13:24
Some OT and name WRAM labels.
65245542
– yenatch <yenatch@gmail.com>
authored
on 2014/01/04 02:31
Makefile: baserom compare is optional
628da34a
– yenatch <yenatch@gmail.com>
authored
on 2014/01/04 02:30
INSTALL: pokered compiles without a base rom
5033ed32
– yenatch <yenatch@gmail.com>
authored
on 2014/01/04 02:21
untranslated good rod fisherman text
30453b5c
– yenatch <yenatch@gmail.com>
authored
on 2014/01/04 01:26
relabel good rod script in fuchsia house 3
99555a20
– yenatch <yenatch@gmail.com>
authored
on 2014/01/04 01:06
more unknown data
a0b3d29a
– yenatch <yenatch@gmail.com>
authored
on 2014/01/04 00:40
unused intro animation data
7cedb7ff
– yenatch <yenatch@gmail.com>
authored
on 2014/01/04 00:36
unknown coordinate data
b926d25c
– yenatch <yenatch@gmail.com>
authored
on 2014/01/03 23:00
TitleMon scrolling
842bf15b
– yenatch <yenatch@gmail.com>
authored
on 2014/01/03 21:37
some ATTR_BLK sgb packets
7bd34b8f
– yenatch <yenatch@gmail.com>
authored
on 2014/01/03 17:19
a dummy "TRAINER" string for trainer names
093a5b9a
– yenatch <yenatch@gmail.com>
authored
on 2014/01/03 17:04
vermilion gym trash can puzzle data
ffc0b8f9
– yenatch <yenatch@gmail.com>
authored
on 2014/01/03 11:21
repeated critical move table and recomment MoreCalculateDamage
d32e480f
– yenatch <yenatch@gmail.com>
authored
on 2014/01/03 10:02
label remaining rom addresses
6ae2307c
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/28 07:55
Misc. labeling and unknown moves list incbin.
24988da5
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/27 06:41
Credits order INCBIN and more labeling.
124b9c29
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/26 12:40
Fixed mislabeled pointer.
c1c5b8ec
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/26 10:15
Labeled lots of hardcoded pointers. Hidden object pointers are all labeled.
7092b24e
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/26 08:17
Spinner Tiles facing directions INCBIN.
0abba45a
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/26 07:48
RocketHideoutElevator INCBINs.
13c5037d
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/26 07:41
SilphCoElevator INCBINs.
4d256df1
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/25 15:22
CeladonMartElevator INCINBs.
4f03df7c
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/25 14:57
Labeling of Vermilion Gym script and Player jumping y coordinates INCBIN.
77f2adcc
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/24 06:49
Labeled Vermilion Gym trash pointers.
2a7f3eb2
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/24 06:40
Fly animation screen coordinates INCBIN.
c9dc151d
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/24 06:34
Red fishing tiles and ss anne smoke puff gfx INCBIN.
962d9fc3
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/23 18:16
Player spinning direction list for the teleporting away animation INCBIN.
c8ad87c4
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/23 18:02
Fly overworld animation screen coordinates INCBIN.
eadffc8a
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/23 17:26
Wavy Screen animation line offsets INCBIN.
6a6ae617
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/23 15:27
SpiralBallAnimation coordinates INCBIN.
64ea3c5d
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/23 14:46
MinimizedMonSprite 1bpp gfx.
2fd36482
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/23 14:31
Filled in hardcoded pointers that pointed to INCBINs.
fe9df41b
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/23 13:57
Labeled Special Effect pointers and ids.
7c9f9814
– U-Daniel-Laptop\Daniel <corrnondacqb@yahoo.com>
authored
on 2013/12/23 04:35
Merge branch 'music' of https://github.com/dannye/pokered
eedf04c2
– U-Daniel-Laptop\Daniel <corrnondacqb@yahoo.com>
authored
on 2013/12/23 02:33
Merge branch 'master' of https://github.com/huderlem/pokered
3f43b057
– U-Daniel-Laptop\Daniel <corrnondacqb@yahoo.com>
authored
on 2013/12/22 15:59
Pointer table clean up
d7512996
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/22 14:23
Cleaned up all Map Headers.
1e50b494
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/22 14:05
W_TRAINER_NAME wram constant added, and labeled more hardcoded pointers.
e49a159f
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/22 11:29
Filled out most of a text id pointer table.
58c81193
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/22 09:49
Fixed labels to get around syntax error.
0ed86456
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/22 06:04
Bad syntax
cc68caab
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/22 05:20
Cleaned hardcoded pointers related to pokecenter texts and OT names.
040f394a
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/20 13:47
Cleaned map connections with macros.
c887f918
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/19 12:29
Fishing Rod Graphics properties INCBIN.
b717accd
– U-Fish-PC\Daniel <corrnondacqb@yahoo.com>
authored
on 2013/12/19 03:53
Dump animations
370bcede
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/16 13:17
Nidorino's intro fight animation INCBIN.
27f423b3
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/16 12:49
Stat modifier ratios INCBIN.
8bf6a8a2
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/16 12:17
INCBIN for enemy mon's battle HUD tiles.
3a97901b
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/16 12:11
INCBIN for several tiles used in the player's battle HUD.
15a70e28
– Marcus Huderle <huderlem@gmail.com>
authored
on 2013/12/16 08:11
WildMonEncounterSlotChances INCBIN.
Next