Commit Graph

312 Commits

Author SHA1 Message Date
luckytyphlosion
18730cdf3b More animations.asm documentation 2016-03-26 19:04:29 -04:00
YamaArashi
d8975211f5 GBC palette code 2016-03-26 14:59:59 -07:00
luckytyphlosion
390f17f286 Some more animations.asm work. 2016-03-19 18:30:07 -04:00
luckytyphlosion
5857f3d04a Start working on engine/battle/animations.asm 2016-03-17 18:54:51 -04:00
luckytyphlosion
29b6c60cb7 Replaced some wram labels before committing, need to commit now. 2016-03-17 18:22:37 -04:00
luckytyphlosion
b6d2115df4 Split bank3 up. 2016-03-17 18:00:54 -04:00
luckytyphlosion
bd5a5f70d4 Split bank1 up. 2016-03-17 18:00:54 -04:00
luckytyphlosion
661b59f0bd Complete documentation of BankF 2016-01-24 15:27:01 -05:00
luckytyphlosion
d973447818 More BankF documentation
MoveHitTest to MoveEffectPointerTable
2016-01-23 15:31:55 -05:00
luckytyphlosion
0259883182 More bankF documentation.
PrintCriticalOHKOText to AdjustDamageForMoveType
2016-01-16 15:16:13 -05:00
luckytyphlosion
0962135bdb More BankF documentation
AnyMoveToSelect to DoesntAffectMonText
2016-01-09 15:48:29 -05:00
luckytyphlosion
c99606ee24 Minor fixes 2016-01-09 14:32:16 -05:00
luckytyphlosion
94eee4e89e Cleanup with yellow-exclusive banks
Also introduce charmap for $ec (unfilled menu arrow cursor)
2015-12-31 15:24:54 -05:00
luckytyphlosion
d3cd6e1e1a BankF documentation from HasMonFainted to Func_3d536 2015-12-31 15:04:19 -05:00
luckytyphlosion
f0915e2b66 More BankF documentation
Also introduce bit direction constants and setpal macros
2015-12-29 14:53:57 -05:00
luckytyphlosion
47979336e2 Start disassembling bank0F (Battle)
All current findings will be located in engine/battle/core_.asm
2015-12-26 16:27:21 -05:00
luckytyphlosion
043e932765 engine/trade.asm, trade2.asm, intro.asm, overworld/emotion_bubbles.asm
Also document Func_1681 (GetFarByte) and fix Missingno's dex entry
2015-12-23 15:40:59 -05:00
luckytyphlosion
8b82d13dd5 data/pokedex_entries.asm
Also fix data/evos_moves.asm address comments (off by one)
2015-12-22 17:12:19 -05:00
luckytyphlosion
5aa4d6c777 Fewer underscores in constants
dannye
2015-12-22 16:06:11 -05:00
luckytyphlosion
9178fc7183 data/evos_moves.asm 2015-12-22 16:01:30 -05:00
luckytyphlosion
993ff6b987 engine/menu/pokedex.asm
Todo: fix data/pokedex_entries.asm
2015-12-22 14:13:11 -05:00
luckytyphlosion
1c416ed0df Yellow Options Menu 2015-12-13 17:15:07 -05:00
luckytyphlosion
2fe27ede5d engine/evos_moves.asm
Todo: data/evos_moves.asm
2015-12-12 16:17:32 -05:00
luckytyphlosion
e5a76039e3 engine/battle/draw_hud_pokeball_gfx.asm 2015-12-12 14:49:45 -05:00
luckytyphlosion
6ddc025942 engine/battle/trainer_ai.asm 2015-12-06 16:08:20 -05:00
luckytyphlosion
c3911c80cf BankD misc functions
Game Corner stuff and (unused) titlescreen2.asm
2015-12-05 16:17:47 -05:00
luckytyphlosion
6dc1f939e1 bankB misc functions
ScaleSpriteByTwo, DisplayEffectiveness and CheckIfMoveIsKnown
2015-11-29 15:09:32 -05:00
luckytyphlosion
2e3b58e620 BankA misc functions
predefsA.asm (replaces predefs12.asm), and LeechSeedEffect_
2015-11-28 17:55:14 -05:00
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
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
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
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
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