Commit Graph

7352 Commits

Author SHA1 Message Date
TheXaman
fe95e88938 added option to view changes for front/back sprite picCoords and elevation live 2021-12-13 22:31:37 +01:00
TheXaman
f1f4082f62 added footprints 2021-12-13 19:24:19 +01:00
TheXaman
a334f7f5e0 changed all missed ones to #if P_ENABLE_DEBUG == TRUE @LOuroboros 2021-12-13 18:58:13 +01:00
TheXaman
d113d5efd9
Update include/battle_bg.h
Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
2021-12-13 18:56:50 +01:00
TheXaman
d300b8f56c fixed front sprite shadow palette 2021-12-13 15:37:06 +01:00
TheXaman
e33abe6213 fixed castform elevation calculation 2021-12-13 15:13:51 +01:00
TheXaman
123969f093 fixed front sprite position including elevation and shadow for flying mon's (shadow palette too dark atm) 2021-12-13 15:05:17 +01:00
TheXaman
a249737e0e removed dead code (arrows dont have a left animation) 2021-12-11 15:06:54 +01:00
TheXaman
51371661c2 Added new menu naviagtion, now all options can be changed 2021-12-11 15:03:56 +01:00
TheXaman
bbe918941e added include/constants/pokemon_debug,h for defines, restructured code order 2021-12-11 12:13:14 +01:00
TheXaman
8c23ad34ee fixed 2021-12-10 20:59:34 +01:00
TheXaman
44121b041c added battle bg's and platforms and a function LoadBattleBg to change them 2021-12-10 20:40:34 +01:00
TheXaman
ef01c401f7 another fix for the shared front and back palette 2021-12-10 17:50:55 +01:00
TheXaman
f6d9b74a1a Merge branch 'pokemon_expansion' of https://github.com/rh-hideout/pokeemerald-expansion into pokemon_expansion_debug 2021-12-10 16:48:46 +01:00
TheXaman
963642d309 added the option to change a sprites animation to check which animation fits the best 2021-12-10 16:18:39 +01:00
TheXaman
31330bef96 proper Window usage 2021-12-10 12:29:50 +01:00
TheXaman
5bef2d0fb2 moved pokemon icon to the top left 2021-12-10 11:14:25 +01:00
Eduardo Quezada D'Ottone
e4315c89e9
Merge pull request #1930 from ultima-soul/pokemon_expansion_sync
Pokemon Expansion Upstream Sync
2021-12-09 20:02:52 -03:00
ultima-soul
d99ac2e44a Resolved review suggestions for upstream Pokemon Expansion sync. 2021-12-09 09:51:28 -08:00
TheXaman
f07f31f401
Update src/pokemon_debug.c
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
2021-12-04 19:37:35 +01:00
TheXaman
9306b19ced fixed wrong icon palettes on some icons 2021-12-04 19:36:51 +01:00
TheXaman
fa435b058c fixed sprite animations overlapping 2021-12-04 12:51:36 +01:00
TheXaman
6a15b938e9 front and back sprites now used separate palettes 2021-12-04 12:42:22 +01:00
TheXaman
1cf4824575 Prevents the debug menu beeing opened in battle and breaking the game 2021-12-04 10:57:40 +01:00
TheXaman
be0e576ee6
Merge pull request #9 from AsparagusEduardo/PE_debug_improvements
Form switching added, pic coords aligned
2021-12-04 10:45:23 +01:00
Eduardo Quezada D'Ottone
faca2fbef6 Adjusted Front pic coords so they align to single battle 2021-12-03 20:24:10 -03:00
Eduardo Quezada D'Ottone
96b8d21b7a Added form switching + Button icons 2021-12-03 19:32:31 -03:00
TheXaman
42ed047bc0
Update src/pokemon_summary_screen.c
Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
2021-12-03 11:42:14 +01:00
TheXaman
7ff8c1c9eb
Update src/pokemon_icon.c
Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
2021-12-03 11:42:11 +01:00
TheXaman
44dab3cc93
Update src/pokemon_icon.c
Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
2021-12-03 11:42:07 +01:00
TheXaman
99d03259ff
Update src/pokemon_icon.c
Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
2021-12-03 11:42:02 +01:00
TheXaman
5a63cbd527
Update src/pokemon_icon.c
Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
2021-12-03 11:41:58 +01:00
TheXaman
378152c1a3
Update src/decompress.c
Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
2021-12-03 11:41:54 +01:00
TheXaman
40f7247e11 changed P_ENABLE_DEBUG to TRUE/FALSE 2021-12-03 11:02:22 +01:00
TheXaman
bf0d2b8393 Changed definition of P_ENABLE_DEBUG to pokemon_config.h 2021-12-02 19:29:04 +01:00
TheXaman
a36445ea11 Changed opening to summary screen SELECT 2021-12-02 18:16:41 +01:00
ultima-soul
a68a39e35f Merge branch 'master' of github.com:pret/pokeemerald into pokemon_expansion_sync 2021-12-01 20:17:49 -08:00
TheXaman
cb1c753b63 removed unused code 2021-11-30 13:48:11 +01:00
TheXaman
dcf7dd6ce6 small fix 2021-11-30 12:28:13 +01:00
TheXaman
c402a840b1 changed to P_ENABLE_DEBUG 2021-11-30 11:20:26 +01:00
TheXaman
50e95878e9 added Select button text, added gender based icons, imrpoved code 2021-11-30 11:16:30 +01:00
TheXaman
b0f8408fb6 added gender based sprites, added textbox line, adjusted sprite offset to match line 2021-11-30 02:29:33 +01:00
TheXaman
6c520659aa implemented a inital pokemon debug menu based on code from Gamer2020 and AsparagusEduardo 2021-11-29 22:52:08 +01:00
GriffinR
83be1bfc8f Remove sFiller from malloc.c 2021-11-29 11:19:30 -05:00
ultima-soul
01a90ca6c2 Merge branch 'master' of github.com:pret/pokeemerald into pokemon_expansion_sync 2021-11-27 22:17:05 -08:00
GriffinR
4c64863bc5
Merge pull request #1567 from LOuroboros/sBattleTerrainTable
Renamed gBattleTerrainTable
2021-11-27 23:43:22 -05:00
GriffinR
01859a63ff
Merge pull request #1566 from cbt6/move-speed
Rename speed parameter to distance in jump functions
2021-11-27 23:37:50 -05:00
LOuroboros
b042eb6436 gBattleTerrainTable -> sBattleTerrainTable 2021-11-28 01:22:27 -03:00
cbt6
c59c7b0518 Use enums for jump distances 2021-11-28 12:01:29 +08:00
cbt6
b6430098d4 Rename speed parameter to distance in jump functions 2021-11-28 12:01:29 +08:00