Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish functions for overlay_12_0224E4FC.c #195

Merged
merged 27 commits into from
Jul 18, 2023
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7165b02
Document SelfTurnData variables
adrienntindall Jul 9, 2023
d622a16
Finish functions
adrienntindall Jul 10, 2023
745f6f9
Merge branch 'master' into master
adrienntindall Jul 10, 2023
7e9abc1
Add arrays
adrienntindall Jul 12, 2023
3be54ba
Port move effect consts from @BluRosie's HGSS Engine
adrienntindall Jul 12, 2023
1e0f9e5
Battle script var constants
adrienntindall Jul 12, 2023
255c9f4
linkStatus -> battleStatus + add consts
adrienntindall Jul 12, 2023
c486464
Merge branch 'master' into master
adrienntindall Jul 12, 2023
625ce48
Rename functions
adrienntindall Jul 12, 2023
1819ff5
Merge branch 'master' of https://github.com/adrienntindall/pokeheartgold
adrienntindall Jul 12, 2023
8576608
Update consts
adrienntindall Jul 12, 2023
953de5d
Merge branch 'master' into master
adrienntindall Jul 13, 2023
60f923e
tab
adrienntindall Jul 13, 2023
6de58fb
Merge branch 'master' of https://github.com/adrienntindall/pokeheartgold
adrienntindall Jul 13, 2023
32b5d04
Starting progress on Battle Controller Player again
adrienntindall Jul 14, 2023
fa25f5b
Selection Screen Input
adrienntindall Jul 15, 2023
8caa3f5
Update Battle Type constants
adrienntindall Jul 15, 2023
b67b813
Document CONTROLLER_COMMAND_RUN_SCRIPT
adrienntindall Jul 15, 2023
02ff7eb
Next function is large
adrienntindall Jul 15, 2023
df1ed9a
Merge branch 'master' into master
red031000 Jul 15, 2023
1676388
Add consts
adrienntindall Jul 15, 2023
0486bf7
Merge branch 'master' of https://github.com/adrienntindall/pokeheartgold
adrienntindall Jul 15, 2023
fbf8684
Definitely did not remove pedantic flag
adrienntindall Jul 16, 2023
179a450
Update Field Condition
adrienntindall Jul 17, 2023
32ead88
Merge branch 'master' into master
red031000 Jul 18, 2023
2c8fe78
Re-enabled pedantic flag =(
adrienntindall Jul 18, 2023
209811e
Merge branch 'master' of https://github.com/adrienntindall/pokeheartgold
adrienntindall Jul 18, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
178 changes: 0 additions & 178 deletions asm/include/overlay_12_0224E4FC.inc

This file was deleted.

2 changes: 1 addition & 1 deletion asm/include/overlay_12_battle_controller.inc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
.public BattleController_EmitDrawYesNoBox
.public BattleController_EmitPrintAttackMessage
.public BattleController_EmitPrintMessage
.public BattleController_SetMoveEffect
.public BattleController_SetMoveAnimation
.public ov12_0226343C
.public BattleController_EmitMonFlicker
.public BattleController_EmitHealthbarUpdate
Expand Down
Loading