Commit graph

612 commits

Author SHA1 Message Date
yenatch
caf92984d5 Merge remote-tracking branch 'huderlem/master' into master
Conflicts:
	main.asm
2014-03-29 22:51:57 -04:00
Lin
3e0d3ce5cb ledge tiles documented 2014-03-26 22:48:45 -07:00
Marcus Huderle
14dbeb36b0 Removed hardcoded address. Labeled a few functions. 2014-02-20 11:55:29 -06:00
U-Fish-PC\Daniel
4ddba9774e Replace hardcoded song ids 2014-02-02 12:03:41 -05:00
U-Fish-PC\Daniel
ed4ac6d551 Merge branch 'master' of https://github.com/iimarckus/pokered
Conflicts:
	main.asm
2014-02-01 08:46:53 -05:00
Marcus Huderle
38435ee672 Labeled Battle Center and Trade Center constants. 2014-01-29 14:39:44 -06:00
U-Fish-PC\Daniel
71d31fee0e Fix BookshelfTileIDs format 2014-01-28 09:06:26 -05:00
yenatch
1b9ee46af9 Get rid of globals.asm. Use ::s to export labels between objects.
globals.asm was a hack that:
- gave rgbasm an extra 100k lines to read
- increased reliance on the python preprocessor
- made the makefile a mess
- gave object creation an extra step
- wasn't even necessary

This speeds up build time by at least a third.
2014-01-27 16:24:13 -05:00
Adam AKA Coolboyman
6bde08504f added a couple of new moves constants 2014-01-26 23:59:48 -08:00
yenatch
b4e8ec0901 Make text.asm an object 2014-01-23 15:55:33 -05:00
yenatch
b84ee8468c Move text banks into text.asm 2014-01-23 15:44:40 -05:00
yenatch
0368685611 Split out move names 2014-01-23 15:38:10 -05:00
yenatch
fbda25d3d8 Split out the rest of map text 2014-01-23 15:34:42 -05:00
U-Fish-PC\Daniel
a60d16d89c Merge branch 'master' of https://github.com/iimarckus/pokered 2014-01-23 14:02:16 -05:00
yenatch
7762afaf99 Split out route text 2014-01-23 00:22:31 -05:00
yenatch
6e5476d420 Even more map text 2014-01-22 23:37:40 -05:00
yenatch
bf743815fa Silph Co 1f text was actually somewhere else 2014-01-22 19:07:39 -05:00
yenatch
9da43a2311 Move city and town map text into text/maps 2014-01-22 18:58:57 -05:00
yenatch
31f074542b split out a bunch of map text 2014-01-22 17:47:55 -05:00
yenatch
b52bcd6597 split viridian and oaks lab text into text/maps/ 2014-01-22 17:46:46 -05:00
yenatch
cddc935127 stamp out even more text macros in main
Conflicts:
	main.asm
2014-01-22 17:46:00 -05:00
yenatch
b452726f9a rename existing map text files and put them in text/maps/ 2014-01-22 17:38:14 -05:00
yenatch
32de715f5f Merge branch 'split-audio' into text
Conflicts:
	main.asm
2014-01-22 17:37:22 -05:00
yenatch
2c2111b7a5 Merge remote-tracking branch 'iimarckus/master' into resplit-audio
Conflicts:
	main.asm
2014-01-22 16:37:07 -05:00
yenatch
53a4432e68 use 'next' macro in strings 2014-01-22 01:21:41 -05:00
yenatch
fea5be4699 rename and add some text macros
cont replaces next, and next becomes a generic newline.
para replaces page (now used for pokedex entries).
dex ends a pokedex entry.
2014-01-22 00:55:41 -05:00
yenatch
1295e2a605 clean up missed text macros in main.asm 2014-01-21 21:09:31 -05:00
yenatch
3964e6a137 use text macros in main.asm 2014-01-21 21:09:31 -05:00
yenatch
ccd5d2387d condense MapSongBanks 2014-01-21 14:29:14 -05:00
yenatch
5914bb67ac use music constants everywhere
some sfx are treated as music, but don't have constants yet
2014-01-21 14:24:40 -05:00
U-Fish-PC\Daniel
966fa8a5cf Label Pewter Movement Scripts 2014-01-13 14:19:48 -05:00
U-Fish-PC\Daniel
e39fe77f19 Replace false TX_RAM 2014-01-12 17:58:37 -05:00
yenatch
10bb09c4e2 split audio components into audio_red.o and audio_blue.o 2014-01-09 13:52:12 -05:00
U-Daniel-Laptop\Daniel
a2084b200c Merge branch 'master' of https://github.com/dannye/pokered
Conflicts:
	main.asm
2014-01-08 13:05:02 -06:00
Marcus Huderle
47ec18ffa3 Labeled some more hardcoded banks and the OldManItemList. 2014-01-07 21:19:25 -06:00
Marcus Huderle
fdb4498eb8 Labeled lots of hardcoded banks. 2014-01-07 12:12:05 -06:00
yenatch
94d755003e split out the audio engines 2014-01-06 22:34:14 -05:00
Marcus Huderle
fb1ad40a10 Some more arbitrary labeling of unknown things. 2014-01-06 21:11:08 -06:00
Marcus Huderle
85f8430315 wram labels and text/function labels. 2014-01-06 12:10:06 -06:00
Marcus Huderle
e54be71308 Some OT and name WRAM labels. 2014-01-05 18:24:01 -06:00
yenatch
5033ed32a3 untranslated good rod fisherman text
Only fishing
        It romance of a man!
        Heboi fishing rod
        Magikarp only I but such tangles
        If it is this good fishing rod
        It not you catch a better mon!
2014-01-04 18:10:34 -05:00
yenatch
30453b5c77 relabel good rod script in fuchsia house 3
how
2014-01-04 06:26:51 -05:00
yenatch
99555a209f more unknown data 2014-01-04 06:06:34 -05:00
yenatch
a0b3d29a37 unused intro animation data
just a blank entry
2014-01-04 05:41:46 -05:00
yenatch
7cedb7ff08 unknown coordinate data
related to the cable club?
2014-01-04 05:36:28 -05:00
yenatch
b926d25c39 TitleMon scrolling 2014-01-04 04:00:14 -05:00
yenatch
842bf15b5f some ATTR_BLK sgb packets 2014-01-04 02:37:47 -05:00
yenatch
7bd34b8f4e a dummy "TRAINER" string for trainer names 2014-01-03 22:19:12 -05:00
yenatch
093a5b9a4d vermilion gym trash can puzzle data 2014-01-03 22:06:51 -05:00
yenatch
ffc0b8f9de repeated critical move table and recomment MoreCalculateDamage 2014-01-03 16:21:07 -05:00
yenatch
d32e480f03 label remaining rom addresses
doesn't count incbins
2014-01-03 15:02:18 -05:00
Marcus Huderle
6ae2307ced Misc. labeling and unknown moves list incbin. 2013-12-28 12:55:29 -06:00
U-Daniel-Laptop\Daniel
38c99e4f53 Merge branch 'master' of https://github.com/huderlem/pokered 2013-12-28 12:36:06 -06:00
U-Daniel-Laptop\Daniel
4281bee9e8 remove redundant addressess 2013-12-28 12:35:17 -06:00
Marcus Huderle
24988da53f Credits order INCBIN and more labeling. 2013-12-27 11:41:54 -06:00
Marcus Huderle
124b9c2954 Fixed mislabeled pointer. 2013-12-26 17:40:11 -06:00
Marcus Huderle
c1c5b8ecb3 Labeled lots of hardcoded pointers. Hidden object pointers are all labeled. 2013-12-26 15:15:33 -06:00
Marcus Huderle
7092b24e80 Spinner Tiles facing directions INCBIN. 2013-12-26 13:17:38 -06:00
Marcus Huderle
0abba45a65 RocketHideoutElevator INCBINs. 2013-12-26 12:48:40 -06:00
Marcus Huderle
13c5037d29 SilphCoElevator INCBINs. 2013-12-26 12:41:25 -06:00
Marcus Huderle
4d256df1d3 CeladonMartElevator INCINBs. 2013-12-25 20:22:23 -06:00
Marcus Huderle
4f03df7c46 Labeling of Vermilion Gym script and Player jumping y coordinates INCBIN. 2013-12-25 19:57:40 -06:00
Marcus Huderle
77f2adcc73 Labeled Vermilion Gym trash pointers. 2013-12-24 11:49:49 -06:00
Marcus Huderle
2a7f3eb23c Fly animation screen coordinates INCBIN. 2013-12-24 11:40:04 -06:00
Marcus Huderle
c9dc151d19 Red fishing tiles and ss anne smoke puff gfx INCBIN. 2013-12-24 11:34:21 -06:00
Marcus Huderle
962d9fc399 Player spinning direction list for the teleporting away animation INCBIN. 2013-12-23 23:16:20 -06:00
Marcus Huderle
c8ad87c458 Fly overworld animation screen coordinates INCBIN. 2013-12-23 23:02:17 -06:00
Marcus Huderle
eadffc8ae3 Wavy Screen animation line offsets INCBIN. 2013-12-23 22:26:41 -06:00
Marcus Huderle
6a6ae61741 SpiralBallAnimation coordinates INCBIN. 2013-12-23 20:27:08 -06:00
Marcus Huderle
64ea3c5d38 MinimizedMonSprite 1bpp gfx. 2013-12-23 19:46:03 -06:00
Marcus Huderle
2fd36482f0 Filled in hardcoded pointers that pointed to INCBINs. 2013-12-23 19:31:29 -06:00
Marcus Huderle
fe9df41b5f Labeled Special Effect pointers and ids. 2013-12-23 18:57:01 -06:00
U-Daniel-Laptop\Daniel
7c9f98141d Merge branch 'music' of https://github.com/dannye/pokered
Conflicts:
	main.asm
2013-12-23 09:35:15 -06:00
U-Daniel-Laptop\Daniel
eedf04c243 Merge branch 'master' of https://github.com/huderlem/pokered
Conflicts:
	main.asm
2013-12-23 07:33:42 -06:00
U-Daniel-Laptop\Daniel
3f43b0578e Pointer table clean up 2013-12-22 20:59:29 -06:00
Marcus Huderle
d751299630 Cleaned up all Map Headers. 2013-12-22 19:23:05 -06:00
Marcus Huderle
1e50b494a0 W_TRAINER_NAME wram constant added, and labeled more hardcoded pointers. 2013-12-22 19:05:44 -06:00
Marcus Huderle
e49a159f62 Filled out most of a text id pointer table. 2013-12-22 16:29:06 -06:00
Marcus Huderle
58c8119375 Fixed labels to get around syntax error. 2013-12-22 14:49:36 -06:00
Marcus Huderle
0ed8645610 Bad syntax 2013-12-22 11:04:30 -06:00
Marcus Huderle
cc68caab2d Cleaned hardcoded pointers related to pokecenter texts and OT names. 2013-12-22 10:20:52 -06:00
Marcus Huderle
040f394a39 Cleaned map connections with macros. 2013-12-20 18:47:05 -06:00
Marcus Huderle
c887f9182f Fishing Rod Graphics properties INCBIN. 2013-12-19 17:29:54 -06:00
U-Fish-PC\Daniel
b717accd65 Dump animations 2013-12-19 08:53:17 -05:00
Marcus Huderle
370bcede4f Nidorino's intro fight animation INCBIN. 2013-12-16 18:17:24 -06:00
Marcus Huderle
27f423b3e2 Stat modifier ratios INCBIN. 2013-12-16 17:49:00 -06:00
Marcus Huderle
8bf6a8a29c INCBIN for enemy mon's battle HUD tiles. 2013-12-16 17:17:44 -06:00
Marcus Huderle
3a97901bcd INCBIN for several tiles used in the player's battle HUD. 2013-12-16 17:11:14 -06:00
Marcus Huderle
15a70e2809 WildMonEncounterSlotChances INCBIN. 2013-12-16 13:11:08 -06:00
Marcus Huderle
e86650ae77 CutTreeBlockSwaps INCBIN. 2013-12-16 12:10:00 -06:00
Marcus Huderle
6cdff60e01 CutTreeAnimationOffsets INCBIN. 2013-12-16 11:50:42 -06:00
Marcus Huderle
42bebd1351 Labeled GetMonFieldMoves function. 2013-12-15 21:54:43 -06:00
Marcus Huderle
42b5451a39 FieldMoveDisplayData INCBIN. 2013-12-15 21:49:41 -06:00
Marcus Huderle
549fe35420 Merged and fixed incbin conflicts with Danny. 2013-12-15 16:18:14 -06:00
U-Fish-PC\Daniel
323a1a638f incbin killing part 2 2013-12-15 13:50:05 -05:00
U-Fish-PC\Daniel
75a6575b86 incbin killing 2013-12-14 05:01:22 -05:00
U-Fish-PC\Daniel
72d1c3fa22 Yet Another Map Script Commit 2013-12-12 02:50:58 -05:00
U-Fish-PC\Daniel
d4d4481df0 Move slot machine constants 2013-12-11 02:00:10 -05:00
U-Fish-PC\Daniel
9c4be8a91e Disassemble Slot Machine and Others 2013-12-11 01:44:39 -05:00
U-Fish-PC\Daniel
4e53030678 Merge branch 'master' of https://github.com/iimarckus/pokered
Conflicts:
	main.asm
2013-12-10 14:08:08 -05:00
U-Fish-PC\Daniel
321e432e07 Misc clean up 2013-12-09 10:55:50 -05:00
yenatch
dee4943043 finish off wram labels and fix up mistaken label overloads 2013-12-08 14:58:05 -05:00
yenatch
f671ebc143 wram labels and clarify safari zone step counter 2013-12-08 14:48:17 -05:00
yenatch
4f527b7eef more wram labels 2013-12-08 04:58:44 -05:00
yenatch
168d03b957 Merge remote-tracking branch 'iimarckus/master' into crystal-makefile
Conflicts:
	Makefile
	main.asm
2013-12-07 23:31:49 -05:00
yenatch
f8258985aa INCLUDE .asm instead of .tx
.tx is a build abstraction. if the process changes down the line, .tx includes will break
2013-12-07 20:02:50 -05:00
Marcus Huderle
ac9e622144 Nicknaming screen loads the 'ED' symbol separately. 2013-12-05 14:55:28 -08:00
Marcus Huderle
254ee773c1 Cleaned up TitleScreenPokemonLogoYScrolls to use base-10 numbers. 2013-12-05 13:29:01 -08:00
Marcus Huderle
10b9930693 FlyWarp data for maps in which you fall down holes. 2013-12-05 14:46:44 -06:00
Marcus Huderle
406eda8bbe Cable Club NPC Text labels. 2013-12-05 12:04:22 -06:00
Marcus Huderle
1e5ba689bc Vending Machine routine and texts. 2013-12-05 11:17:33 -06:00
Marcus Huderle
87ccef0e43 BattleCenter and TradeCenter warp data specs. Also renamed FirstMapSpec to FirstMapWarpSpec. 2013-12-05 10:41:18 -06:00
Marcus Huderle
e23f3ce2a2 Title screen pokemon logo bouncing effect. 2013-12-05 10:02:20 -06:00
yenatch
a548c1d097 split wram/hram out of constants.asm and start using wram sections
also inadvertently labeling some hard addresses
2013-12-05 01:18:14 -05:00
U-Fish-PC\Daniel
2ed422c696 IshiharaTeam 2013-11-26 13:32:08 -05:00
U-Fish-PC\Daniel
6b37623b1d FlyWarp data 2013-11-26 12:11:44 -05:00
U-Fish-PC\Daniel
6d6ce4c35b Evem more map scripts 2013-11-26 10:15:36 -05:00
U-Fish-PC\Daniel
fa3d148935 Complete Map Scripts 2013-11-24 15:25:41 -05:00
U-Fish-PC\Daniel
33a233c6a1 Unincbin more map scripts 2013-11-17 02:05:33 -05:00
U-Fish-PC\Daniel
e30f1be2b1 Add OAM data 2013-11-16 23:13:32 -05:00
U-Fish-PC\Daniel
ffc4c03e19 Dissasemble and clean up 2013-11-15 01:56:54 -05:00
U-Fish-PC\Daniel
80f3c18776 Disassemble incbinned predef routines 2013-11-15 00:38:45 -05:00
U-Fish-PC\Daniel
42489ab02f Add labels to PredefPointers: 2013-11-12 14:58:41 -05:00
U-Fish-PC\Daniel
b474bbdde7 remove more redundant addresses 2013-11-09 14:21:51 -05:00
U-Fish-PC\Daniel
d6bbdee236 Fix duty label numbers 2013-11-03 18:17:11 -05:00
IIMarckus
c60da440b6 Merge branch 'master' of https://github.com/Sanky/pokered
Conflicts:
	main.asm
2013-11-01 20:15:09 -06:00
U-Fish-PC\Daniel
0bdfbd8762 All INCBIN baserom.gbcs begin with \n and all INCBINs of gfx etc begin with \t 2013-11-01 10:08:41 -04:00
U-Fish-PC\Daniel
1a34c1a43f Merge branch 'master' of https://github.com/iimarckus/pokered
Conflicts:
	main.asm
2013-10-31 14:35:51 -04:00
IIMarckus
7ecf8b1714 Merge branch 'music' of https://github.com/dannye/pokered 2013-10-30 22:27:36 -06:00
U-Fish-PC\Daniel
e73d3d24aa Remove redundant addresses and 'known jump sources' 2013-10-25 14:15:25 -04:00
U-Fish-PC\Daniel
367c7eed64 Add MapSongBanks: 2013-10-24 04:14:23 -04:00
U-Fish-PC\Daniel
086e76a010 Music Engine Bank 8 2013-10-24 03:04:50 -04:00
U-Fish-PC\Daniel
f199c146d7 Music Engine Bank 1f 2013-10-23 20:33:21 -04:00
U-Fish-PC\Daniel
e411ca2419 Noise_endchannel: 2013-10-22 12:21:28 -04:00
U-Fish-PC\Daniel
a6a363e83a Add unused sfx 2013-10-22 09:17:11 -04:00
U-Fish-PC\Daniel
7059bb15f3 Fix blue and yellow music 2013-10-22 02:13:16 -04:00
U-Fish-PC\Daniel
d47cdd6e15 More bank 2 music engine and music/sfx format update 2013-10-21 19:30:07 -04:00
Sanky
b5268ab920 Merge remote-tracking branch 'kanzure/master' into mergetastic
Conflicts:
	main.asm
2013-10-21 20:24:46 +02:00
U-Fish-PC\Daniel
74948728aa More music engine labels and comments 2013-10-19 13:24:34 -04:00
U-Fish-PC\Daniel
a336ddf0e5 More music engine labels 2013-10-18 16:28:58 -04:00
U-Fish-PC\Daniel
4037c6a959 Some music engine labels 2013-10-18 15:29:31 -04:00
IIMarckus
5c6bcde09f Improve comments. 2013-10-17 21:48:35 -06:00
U-Fish-PC\Daniel
c62aed4fa5 Replace terminator character in TX_FAR's 2013-10-16 21:24:54 -04:00
U-Fish-PC\Daniel
ae9b13f5ec Misc text characters 2013-10-16 11:08:06 -04:00
U-Fish-PC\Daniel
7feec67578 Add PrintStatusAilment 2013-10-15 21:08:04 -04:00
U-Fish-PC\Daniel
51701f534b Add Mon nest icon 2013-10-15 20:38:49 -04:00
iimarckus
ad402f1243 Merge pull request #11 from dannye/music
Music
2013-10-13 23:35:43 -07:00
U-Fish-PC\Daniel
7df715d0c4 Add song alternate start labels 2013-10-14 00:41:56 -04:00
U-Fish-PC\Daniel
8edfcc4b1e All music and sfx 2013-10-12 14:40:37 -04:00
IIMarckus
3016f72851 Fix CheckIfInOutsideMap comments.
Pointed out by 80C.
2013-09-25 23:28:16 -06:00
U-Fish-PC\Daniel
4000d7a23a Merge branch 'master' into comments 2013-09-16 13:12:42 -04:00
U-Fish-PC\Daniel
5537897109 give consistency to map names 2013-09-16 12:10:26 -04:00
dannye
d256be1b09 Merge pull request #1 from kanzure/dannye-incbins
Merge so that iimarckus does less work
2013-09-10 20:04:54 -07:00
Bryan Bishop
e47308a1f8 Merge branch kanzure/master into dannye-incbins
Conflicts:
	extras
2013-09-10 20:08:49 -05:00
U-Fish-PC\Daniel
a684941cfc Add labels to recently added asm 2013-09-10 20:57:44 -04:00
U-Fish-PC\Daniel
351c48959a Add misc asm 2013-09-10 20:51:45 -04:00
U-Fish-PC\Daniel
929dce66e4 add misc asm 2013-09-10 20:46:10 -04:00
U-Fish-PC\Daniel
21ffdf684a Include text command $0a in UnnamedText_27fb3 2013-09-10 20:42:09 -04:00
U-Fish-PC\Daniel
89eba26278 misc asm 2013-09-10 20:38:18 -04:00
U-Fish-PC\Daniel
6a589c3278 Add HMMoveArray 2013-09-10 18:33:53 -04:00
U-Fish-PC\Daniel
7380b242b0 Add misc asm 2013-09-10 18:24:04 -04:00
U-Fish-PC\Daniel
54a0478d9c Add UnnamedText_1ebe2 2013-09-10 18:09:01 -04:00
U-Fish-PC\Daniel
e93809a84b Add CinnabarGymGateCoords 2013-09-10 18:03:38 -04:00
U-Fish-PC\Daniel
778dbb83ba Add UnnamedText_1eae3 2013-09-10 13:20:10 -04:00
U-Fish-PC\Daniel
3b3051ea09 Add PointerTable_1ea60 and organize PointerTable labels 2013-09-10 13:13:45 -04:00
U-Fish-PC\Daniel
a1a3393317 un-incbin misc asm 2013-09-10 13:00:53 -04:00
U-Fish-PC\Daniel
6637f8a69a Add UnnamedText_1e940 2013-09-10 12:53:06 -04:00
U-Fish-PC\Daniel
3bdb704dc4 Add UnnamedText_1cae8 2013-09-10 12:46:57 -04:00
U-Fish-PC\Daniel
7ef33f15f3 Add TownMapOrder 2013-09-10 11:56:29 -04:00
U-Fish-PC\Daniel
5fd2c9b7d4 Merge branch 'comments' of https://github.com/dannye/pokered 2013-09-08 10:19:47 -04:00
U-Fish-PC\Daniel
c29ed3b405 Split blank_leader_names and circle_tile 2013-09-08 10:18:05 -04:00
U-Fish-PC\Daniel
55d5a879dd Merge branch 'incbin' of https://github.com/dannye/pokered 2013-09-06 20:05:23 -04:00
U-Fish-PC\Daniel
1b19d68671 Add bank 1C palette packets 2013-09-06 18:26:20 -04:00
U-Fish-PC\Daniel
52e7b42e89 Add UnknownText_74229 2013-09-06 17:08:11 -04:00
U-Fish-PC\Daniel
068cb7d736 Add To text string 2013-09-06 17:02:31 -04:00
U-Fish-PC\Daniel
ab5a944c3e Add spaces text string 2013-09-06 16:56:22 -04:00
U-Fish-PC\Daniel
7134eec5cb Remove INCBIN "baserom.gbc" from a comment 2013-09-06 16:54:04 -04:00
U-Fish-PC\Daniel
9234945074 Organize Game Freak OAM data 2013-09-06 14:26:50 -04:00
U-Fish-PC\Daniel
182228fdc3 Merge branch 'incbin' of https://github.com/dannye/pokered 2013-09-05 01:06:31 -04:00
U-Fish-PC\Daniel
7ed5d291f1 Add mon's nest text string 2013-09-05 01:05:58 -04:00
iimarckus
37c8017536 Merge pull request #3 from dannye/comments
Add comments on bit 3 of battle status 3 to DeterminePaletteID:
2013-09-04 20:38:49 -07:00
Bryan Bishop
3ded09ef5d Merge branch 'use-pokemontools' into master
Conflicts:
	extras
	extras/analyze_incbins.py
2013-09-04 22:22:52 -05:00
U-Fish-PC\Daniel
353e7f1d56 Merge branch 'incbin' of https://github.com/dannye/pokered 2013-09-04 21:39:57 -04:00
U-Fish-PC\Daniel
d265d52c1e Add two safari text strings 2013-09-04 21:39:02 -04:00
U-Fish-PC\Daniel
214b2cb0d9 Merge branch 'incbin' of https://github.com/dannye/pokered 2013-09-03 14:23:50 -04:00
U-Fish-PC\Daniel
288ba5a50f Add Game Freak intro OAM data 2013-09-03 14:22:34 -04:00
U-Fish-PC\Daniel
d294801560 Merge branch 'master' of https://github.com/iimarckus/pokered 2013-09-03 11:45:38 -04:00
U-Fish-PC\Daniel
6e024a5f38 Update labels for consistency 2013-09-02 19:19:48 -04:00
U-Fish-PC\Daniel
b126cc2406 Add box names and Box No. text 2013-09-02 19:06:35 -04:00
U-Fish-PC\Daniel
39f7cc2437 Add Area Unknown text 2013-09-02 17:51:14 -04:00
U-Fish-PC\Daniel
32f10d3788 Add Hall of Fame player info text 2013-09-02 17:46:11 -04:00
U-Fish-PC\Daniel
736db93fd8 Add Hall of Fame mon info text strings 2013-09-02 17:43:23 -04:00
U-Fish-PC\Daniel
4a29caf063 Add Hall of Fame text string 2013-09-02 17:41:16 -04:00
U-Fish-PC\Daniel
aa15dd8fd4 Add Unknown_5ddef 2013-09-02 17:36:09 -04:00
U-Fish-PC\Daniel
79c56d49db Add status ailment text and PointerTable5dcc 2013-09-02 17:32:43 -04:00
U-Fish-PC\Daniel
470bebe68b Add HowToLink text strings and pointer table 2013-09-02 17:24:54 -04:00
U-Fish-PC\Daniel
8e263e84bf Add Saffron Gym city and leader text 2013-09-02 17:04:45 -04:00
U-Fish-PC\Daniel
28514b5ebe Add Vermilion Gym city and leader text 2013-09-02 17:01:15 -04:00
U-Fish-PC\Daniel
9e5059ea56 Add Cerulean Gym city and leader text 2013-09-02 16:58:47 -04:00
U-Fish-PC\Daniel
04fd3dbc57 Add Pewter Gym city and leader text 2013-09-02 16:56:09 -04:00