Commit Graph

2241 Commits

Author SHA1 Message Date
luckytyphlosion
0f624fa59a Bank9 misc. functions
PrintMonType and SaveTrainerName
2015-11-28 17:26:52 -05:00
luckytyphlosion
90c7b976dc engine/battle/moveEffects/substitute_effect.asm and ActivatePC
Also no more W_PLAYER/ENEMYBATTSTATUS
2015-11-28 17:09:19 -05:00
luckytyphlosion
4cb785e0db bg_map_attributes.asm 2015-11-22 16:47:06 -05:00
luckytyphlosion
489339d1d2 Comment map_sprites.asm 2015-11-21 18:54:46 -05:00
luckytyphlosion
7e0a4968b3 LoadPokedexTilePatterns and engine/overworld/map_sprites.asm
Also replace dummy sprites and fix replace.sh to only parse .asm files
2015-11-21 17:37:36 -05:00
luckytyphlosion
db87416359 Bank 4 moveEffects
conversion, haze, recoil
2015-11-15 15:47:00 -05:00
luckytyphlosion
52b2097f92 EndOfBattle and TryDoWildEncounter 2015-11-15 15:29:11 -05:00
luckytyphlosion
5812b213fd engine/items/tms.asm 2015-11-15 15:08:26 -05:00
luckytyphlosion
c69fadf00a engine/menu/start_menu.asm
Also remove dummy traces of FarCopyData2 and use callbs in
home/vblank.asm
2015-11-15 15:01:55 -05:00
luckytyphlosion
d7f2014e23 engine/menu/party_menu.asm 2015-11-15 13:56:55 -05:00
luckytyphlosion
779009b5d2 engine/menu/status_screen.asm
Also fix gfx.py from not recognizing modules in extras/pokemontools
2015-11-14 16:34:47 -05:00
luckytyphlosion
de48493e74 Move pikachu pcm data to audio.asm 2015-11-13 16:17:20 -05:00
luckytyphlosion
b683526d70 _RemovePokemon and _DisplayPokedex 2015-11-13 15:24:43 -05:00
luckytyphlosion
c71faf1659 engine/menu/players_pc.asm
also rename CinnabarGymQuiz_1eb0a to CinnabarGymQuiz_1e4bf
2015-11-13 14:37:38 -05:00
luckytyphlosion
ce0359cd02 drain_hp_effect.asm 2015-11-13 13:45:38 -05:00
luckytyphlosion
80bbf5ac91 engine/text_boxes.asm
Also remove hROMBankTemp and manually supply gfx.py
2015-11-13 13:11:05 -05:00
luckytyphlosion
385b109b07 Move data, mon header data, cry data.
Also remove bmon folder
2015-11-08 16:20:14 -05:00
luckytyphlosion
778ffafc87 cable_club_npc.asm 2015-11-08 14:44:52 -05:00
luckytyphlosion
acde04be10 DisplayTextIDInit and DrawStartMenu
Also re-add event_macros.asm
2015-11-08 13:56:29 -05:00
luckytyphlosion
32ba300e6c engine/overworld/pokecenter.asm 2015-11-07 14:48:11 -05:00
luckytyphlosion
b5d907aede Poke Mart and LearnMove code 2015-11-01 16:57:21 -05:00
luckytyphlosion
f230c93da5 SubtractAmountPaidFromMoney_ and HandleItemListSwapping 2015-11-01 16:17:08 -05:00
luckytyphlosion
335bf36311 oak_speech2.asm
Also replace W_RIVALNAME with wRivalName
2015-11-01 15:42:29 -05:00
luckytyphlosion
3bc05852e5 Naming screen functions. 2015-11-01 15:13:20 -05:00
luckytyphlosion
2ba12f8241 Main menu functions, oak_speech.asm, some special warp functions with data, SetDebugTeam
Also change Func_3f0c6 to CopyUncompressedPicToTilemap
2015-10-31 17:45:00 -04:00
luckytyphlosion
edf559611b AIGetTypeEffectiveness with Lorelei code
Also add BattleRandom
2015-10-29 14:38:38 -04:00
luckytyphlosion
cb414f1480 overworld item & movement code, cable club code, remove more instances of W_, add PIKAHAPPY_TRADE
Also make replace.sh take args
2015-10-29 14:23:30 -04:00
luckytyphlosion
2ea331ebb3 Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related functions, other misc functions""
This reverts commit c8ddbe7566.
2015-10-26 20:00:48 -04:00
luckytyphlosion
2b7cb8a1d8 Specify *.wav, *.blk and *.pic as binary 2015-10-25 17:30:37 -04:00
luckytyphlosion
f48a34c93c Merge branch 'master' of https://github.com/pret/pokeyellow
Conflicts:
	.gitignore
2015-10-25 13:06:58 -04:00
luckytyphlosion
41d6702a41 Ignore 'dirty' changes to extras 2015-10-25 12:57:02 -04:00
luckytyphlosion
c8ddbe7566 Revert "data/facing.asm, titlescreen functions, oam/sprite related functions, other misc functions"
This reverts commit 3a5d7ec05d.
2015-10-25 12:56:05 -04:00
luckytyphlosion
fdad37cfb9 Ignore extras1\
old extras except with some changes made for personal use
2015-10-25 12:24:34 -04:00
luckytyphlosion
998ada68d9 Properly ignore extras? 2015-10-25 12:19:06 -04:00
luckytyphlosion
86015051a6 Fix submodule 'extras' url 2015-10-25 12:17:30 -04:00
yenatch
fca114aaa7 Fix a reference to pcm.py. 2015-10-25 04:00:39 -04:00
luckytyphlosion
7f7fb10c6c Merge pull request #6 from pret/remove-makefile-queues
Get rid of queues.
2015-10-24 23:36:51 -04:00
yenatch
70c72d01d3 Get rid of queues.
For faster builds, use `make -j`.
2015-10-24 23:23:54 -04:00
Marcus Huderle
38537b052b Convert pikachu cries to .wav files, and process .wav files into .pcm files at compile-time.
Update pret
2015-10-24 19:43:39 -07:00
luckytyphlosion
3a5d7ec05d data/facing.asm, titlescreen functions, oam/sprite related functions, other misc functions
Also rename pcm-related functions.
2015-10-24 17:35:57 -04:00
luckytyphlosion
bb97b63af1 Complete documentation of bank3
Also: split out bcd predefs from yellow/main.asm, start removing traces
of W_
2015-10-18 15:37:40 -04:00
luckytyphlosion
3587402443 More bank3 documentation
Also misc. documentation in bank3c and bank3f
2015-10-17 16:11:39 -04:00
luckytyphlosion
b59953dab1 Pikachu Cry data 2015-10-15 18:15:22 -04:00
luckytyphlosion
f0f3a56f4a Merge pull request #4 from PikalaxALT/master
Mass RGB translation in super_palettes.asm
2015-10-12 15:15:57 -04:00
luckytyphlosion
e5634e7640 Ignore changes to replace.sh 2015-10-12 15:15:11 -04:00
luckytyphlosion
1d9ccc96cc Label and comment more palette functions
Also fix replace.sh
2015-10-12 15:14:10 -04:00
PikalaxALT
6738a5ccb3 Merge branch 'master' of https://github.com/luckytyphlosion/pokeyellow 2015-10-12 14:41:58 -04:00
PikalaxALT
81d2fb098c Mass RGB translation in data/super_palettes.asm 2015-10-12 14:39:13 -04:00
luckytyphlosion
9bf7216008 More relabelling 2015-10-12 13:19:12 -04:00
luckytyphlosion
2cf4efe15c Rename some palette labels.
Also add replace.sh
2015-10-12 13:05:36 -04:00