TheXaman
b4b3e84cbd
removed default flags and added ingame warning if a function that requires them is used
2022-09-02 18:39:38 +02:00
TheXaman
367b12801e
changed debug_config.h to overworld_config.h,
...
changed no bag use and no catching flags to battle_config.h,
removed TX reference (big sad)
2022-09-02 12:33:42 +02:00
TheXaman
04c40677bd
Changed the way debug flags are handled, now in constants/battle_config.h
2022-08-30 17:41:35 +02:00
TheXaman
8cf2933658
added preproc directive to main debug.c code
2022-08-29 19:46:03 +02:00
TheXaman
8c9a59ec1c
Merge branch 'tx_debug_system' of https://github.com/TheXaman/pokeemerald into tx_debug_system_rhh
2022-08-29 19:13:11 +02:00
TheXaman
006d28fd69
tiny fix for wrong "give pokemon" window
2022-08-29 14:51:40 +02:00
TheXaman
94183b45c7
Added options for ttoggling battle frontier pass and giving max BPs
2022-08-29 14:48:40 +02:00
ghoulslash
0036a4dc36
pc acccess
2022-03-18 13:30:08 -04:00
LOuroboros
315813d186
Update debug.c
2022-03-16 10:39:59 -03:00
Eduardo Quezada D'Ottone
e088552398
Fixed going out of bounds when choosing a move for detailed Give Mon
2022-03-07 21:17:31 -03:00
TheXaman
5780560007
fixed some bugs, thanks to cbt
2021-11-28 20:28:54 +01:00
TheXaman
5104293344
Changed to TX_DEBUGGING define instead of makefile DEBUGGING option
2021-11-18 15:09:06 +01:00
TheXaman
a663742eba
fixed a bug not showing hidden abilities (POKEMON_EXPANSION) if the second ability was ABILITY_NONE, thanks to Syreldar
2021-06-30 10:44:09 +02:00
TheXaman
45012a66d7
fixes PlaySE overwriting some "music tracks" like MUS_MOVE_DELETED
2021-06-22 19:04:39 +02:00
TheXaman
010c1b5d82
fixed some songs not properly stopping and overlapping others, thanks to @Lunos for reporting
2021-06-22 18:29:04 +02:00
TheXaman
81d7986d34
added SE and MUS names
2021-06-22 15:57:02 +02:00
TheXaman
defd7d9e07
Added Sound menu for SE and MUS
2021-06-22 12:38:00 +02:00
TheXaman
9708ee0744
fixed credit link
2021-06-20 16:57:34 +02:00
TheXaman
20ca83bb20
Added menu to run custom scripts easily, credit: @Jaizu
2021-06-20 15:48:44 +02:00
Jaizu
4e98c268c1
Small change to hidden ability ( #3 )
2021-06-09 23:07:05 +02:00
TheXaman
c92c3456b1
Fixed bug not beeing able to select last species, thanks to Lunos for finding it
2021-05-24 10:19:22 +02:00
TheXaman
822a6c4260
Formatting
2021-05-07 11:52:51 +02:00
TheXaman
19cf846ba9
Added:
...
Toggle running shoes,
Poison all mons,
Max money,
Max coins,
Trigger daycare egg,
Fill PC
CREDITS: @Sierraffinity
2021-05-07 11:44:03 +02:00
TheXaman
c8c81e4156
Fixed "new trainer id" option, thanks to Lunos and Deokishisu
2021-05-07 10:31:59 +02:00
TheXaman
40ebd66084
Fixed setting vars not working, thanks to AmbientDinosaur and BSBob for reaching out
2021-03-25 10:21:27 +01:00
TheXaman
965bcfa29d
Added newest Makefile and fixed making from clean
2021-02-04 18:04:00 +01:00
TheXaman
c15138fdbb
Fixed problems with changed Deoxys handling in RHH's pokeexpansion, thanks to "Subzero Eclipse" for pointing it out
2021-01-29 11:39:09 +01:00
TheXaman
edc476f863
fixed heal party bug, thanks to jaizu for poitning it out
2020-11-30 11:29:13 +01:00
TheXaman
5bb92efa5b
now closes debug windows after giving all TMs
2020-11-28 00:51:38 +01:00
TheXaman
174867c612
added individual IVs and reworked how data is stored to a struct
2020-11-27 21:12:35 +01:00
TheXaman
6422164d31
Added moves, trainer edits and fixed abilities, now only possible ones including hidden when using PE
...
Give all TMs, watch credits, change trainer name/gender/id
implemented moves
2020-11-16 19:45:53 +01:00
TheXaman
d380932e46
Fixed forgotten PokemonSimple, thx to AsparagusEduardo
2020-10-27 09:07:06 +01:00
TheXaman
b807a6d2b7
Merge branch 'tx_debug_system_public' of https://github.com/TheXaman/pokeemerald_openworld into tx_debug_system
2020-10-26 21:15:10 +01:00
TheXaman
6988864631
Fixed the wrong palettes for the mon icons with the help of Nadia and ghoulslash
2020-10-26 21:12:18 +01:00
TheXaman
c03109904e
removed ability
2020-10-21 19:36:08 +02:00
TheXaman
6456009a44
Implementation if Pyredrid and AsparagusEduardo debug menu plus huge rewrite and tons of additions
...
V2: Fly, Warp, Flags, Vars, give items, give pkm 2 versions
Improved cheats, reworked the vars system
vars function now starts at VARS_START and end VARS_END
Figured out how to display FieldMessages, reimplemented CheckSafeBlock, cleanup
DebugAction_DestroyExtraWindow instead of multiple, renamed text variables
cleanup + pokemon simple
give pokemon complex nearly done
Complex pkm works, items now with icons
if statement cleanup
alter build tools to include maps per map group
Warp functionallity
added hex value to flags and vars
cleanup
Credits
2020-10-20 20:37:02 +02:00