Commit Graph

5745 Commits

Author SHA1 Message Date
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
27a99323da WIP reset makefile to new default 2021-02-04 16:33:01 +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
ExpoSeed
549381f336
Add debug makefile targets (#2)
Thanks to Expo
2020-11-17 09:44:30 +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
e6ab3122e8 Merge branch 'tx_debug_system_public' of https://github.com/TheXaman/pokeemerald_openworld into tx_debug_system 2020-10-20 21:59:43 +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
PikalaxALT
cb69835536
Merge pull request #1210 from ExpoSeed/pull-request-template
More concise pull request template
2020-09-27 19:25:19 -04:00
ExpoSeed
933e180dd6 Remove breaking change line 2020-09-27 18:09:35 -05:00
ExpoSeed
70f7d4f256 More concise pull request template 2020-09-27 17:59:21 -05:00
PikalaxALT
46d748a219
Create pull_request_template.md 2020-09-27 17:40:30 -04:00
PikalaxALT
00b8208914
Merge pull request #1205 from GriffinRichards/constants-itemdigits
Use constants for item digits
2020-09-27 17:24:48 -04:00
GriffinR
f8ce2efb55
Merge pull request #1206 from ExpoSeed/script-command-comments
Comments for script command tables
2020-09-25 15:13:38 -04:00
ExpoSeed
032669e2ab Change script command table comment alignment from tabs to spaces 2020-09-25 14:05:17 -05:00
ExpoSeed
3860551777 Mark unused script commands 2020-09-25 13:41:17 -05:00
ExpoSeed
31d12383b1 Add byte comments to mystery event script command table 2020-09-25 13:27:15 -05:00
ExpoSeed
e7340ca0e1 Add byte comments to script command table 2020-09-25 13:25:36 -05:00
GriffinR
66bd1e6d3f Use constants for item digits 2020-09-25 11:18:52 -04:00
GriffinR
541eff3c73
Merge pull request #1204 from Kurausukun/rename-2
one more instrument
2020-09-23 23:39:12 -04:00
Kurausukun
04bf1d433a one more instrument
oops just found this one
2020-09-23 22:31:12 -04:00
GriffinR
47b5b75a1d
Merge pull request #1201 from tustin2121/tustin2121-patch-8
Documenting the trainer hill floor data
2020-09-20 15:20:24 -04:00
tustin2121
be9100fe52 Review changes 2020-09-20 13:04:20 -04:00
GriffinR
1d1035a01f
Merge pull request #1196 from Kurausukun/rename_instruments
rename instruments (again)
2020-09-20 12:30:57 -04:00
tustin2121
832be34898 More documenting trainer hill
- Renamed members and added comments in the TrHillDisplay struct.
- Formatted the trainer hill data to better match the metatile layout its representing.
- Documented the function which uses this data.
2020-09-20 01:50:54 -04:00
tustin2121
0d3646c0b9 Trainer hill location data
Changed the trainer hill data for trainer locations, directions, and ranges from vague unusable numbers into readable data via use of preprocessor macros.
2020-09-20 01:09:22 -04:00
GriffinR
0b592228c5
Merge pull request #1186 from kiliwily/DocSomeBugs
Document some bugs
2020-09-19 18:09:49 -04:00
kiliwily
f1366dfc69 Fix typos 2020-09-19 20:46:26 +02:00
kiliwily
56848fb891 Update battle_util.c 2020-09-19 20:44:16 +02:00
PikalaxALT
0088f59b1d
Merge pull request #1197 from MeatLoaf3/patch-1
Changed casts to volatile
2020-09-19 10:28:45 -04:00
PikalaxALT
b352d1be32
Merge pull request #1198 from PokeCodec/patch-1
Specify to install Libpng-dev, not libpng
2020-09-18 16:46:51 -04:00
Seija
f5457cd1fd
Libpng-devel
libpng dev library needs to be installed, not libpng
2020-09-18 16:25:46 -04:00