Commit Graph

3349 Commits

Author SHA1 Message Date
RedstonewolfX
7246da5941 Biome Panels
Added Cave, Badlands, and Construction Site
Biome panels no longer create error message spam from not loading nonexistent legacy assets
2024-07-14 20:10:27 -04:00
RedstonewolfX
06e7e24aa7 Fix abilities 2024-07-14 19:50:40 -04:00
RedstonewolfX
54ddc63a14 Condense actions 2024-07-14 19:29:16 -04:00
RedstonewolfX
e3272af46e Add log label field 2024-07-14 17:28:15 -04:00
RedstonewolfX
607db5d091 Fix UUID
node:crypto cannot be used clientside, so use phaser's UUID generator (I wanted to use phaser's uuid anyways but found node:crypto first)
2024-07-14 17:20:16 -04:00
RedstonewolfX
dfc00c18f2 Update wording for relearning moves 2024-07-14 16:46:11 -04:00
RedstonewolfX
4672978729 Check duplicate names instead
Since regional variants will have the same name despite being different species, the slot label now checks for identical names instead
2024-07-14 16:29:09 -04:00
RedstonewolfX
29d2119cf1 Only flag slot number of duplicate species in your party 2024-07-14 16:27:01 -04:00
RedstonewolfX
2e39c15df5 Push all changes
- Make sure every file is 100% up to date
- Label phases with regions so I can see where phases are in the sidebar
2024-07-14 16:17:36 -04:00
RedstonewolfX
fbff640e2d I forgot a couple 2024-07-14 15:48:18 -04:00
RedstonewolfX
564285309e Finish organizing
Finished documenting logger.ts
Numbered the sections in case I wanted to make a list of functions later
Corrected wording of "Send in" to "Send out"
2024-07-14 15:45:31 -04:00
RedstonewolfX
888a817ee1 Organize logger.ts
Still working on documentation, but everything has been sorted
2024-07-14 13:47:57 -04:00
RedstonewolfX
e0d20f309c Push fixes 2024-07-14 12:24:47 -04:00
RedstonewolfX
6947d137fc Update save-slot-select-ui-handler.ts 2024-07-14 00:13:04 -04:00
RedstonewolfX
a140719cd2 Fix action logging 2024-07-14 00:04:09 -04:00
RedstonewolfX
84fc8c9443 Biome Panels
shh dont tell scarlet
2024-07-13 23:46:57 -04:00
RedstonewolfX
98dd5ea09b Bug Fixes
I heard you liked bug fixes so I gave you bug fixes with your bug fixes
2024-07-13 23:40:11 -04:00
RedstonewolfX
2cf8a75609 Push all updates 2024-07-13 17:58:21 -04:00
RedstonewolfX
324c92024b Extras 2024-07-13 17:44:51 -04:00
RedstonewolfX
48ff515269 Fancy Title Screen
Tutorials are off by default
Type Hints are on by default
Added an option to make the title screen's biome change as you navigate menus
2024-07-13 16:31:04 -04:00
RedstonewolfX
3af044de2b Autosaves
Game will create a duplicate of your save on waves 1, 11, 21, 31, 41, and 50
2024-07-13 14:23:33 -04:00
RedstonewolfX
ff7e215d6c Framework for autosaves 2024-07-13 12:50:34 -04:00
RedstonewolfX
8c89200422 Fix catching bugs
Actions now log in the correct order when you catch something
Log adding/skipping Pokemon when your party is full
Fix a small spelling error
2024-07-13 11:14:46 -04:00
RedstonewolfX
3bae3fd302 Exit sheets exporter 2024-07-13 01:16:28 -04:00
RedstonewolfX
9dec435ecf Fix export to sheets 2024-07-13 00:27:19 -04:00
RedstonewolfX
c80c291805 Add log buttons
Export for Sheets (ExSheet): Exports a file replacing \n with CHAR(10)

Delete: Deletes the file
2024-07-13 00:00:37 -04:00
RedstonewolfX
7084155186 Fix undefined double battle state 2024-07-12 23:49:51 -04:00
RedstonewolfX
761ba69aba Remove log length limit for modes outside Daily 2024-07-12 23:39:26 -04:00
RedstonewolfX
bdef9ece22 something
I don't remember what these updates contain anymore
2024-07-12 23:30:48 -04:00
RedstonewolfX
94ad9d2ba2 Fix action targets not being logged 2024-07-12 22:23:45 -04:00
RedstonewolfX
9e442f2b07 more fixes 2024-07-12 22:12:32 -04:00
RedstonewolfX
1990b69c18 correct an error 2024-07-12 22:02:27 -04:00
RedstonewolfX
c4659d6467 update 2024-07-12 21:58:55 -04:00
RedstonewolfX
798b57eb4f Fix reload(?) and add IV menu 2024-07-12 21:33:28 -04:00
RedstonewolfX
4d95fd0ca2 Update default settings
Disable tutorials because annoying
Enable Type Hints because of damage display
2024-07-12 20:03:16 -04:00
RedstonewolfX
db4261bb2d Fix bugs 2024-07-12 18:12:24 -04:00
RedstonewolfX
c7fa2ff8e1 Log switching after fainting 2024-07-12 17:46:57 -04:00
RedstonewolfX
299c00f0a4 Fix LazyReloads 2024-07-12 17:16:19 -04:00
RedstonewolfX
a8449833a5 Make use of LazyReloads setting 2024-07-12 17:12:20 -04:00
RedstonewolfX
c1873cdb56 Add settings
Lazy Reloads: Flags every page refresh as a required reload, even if nothing changed
2024-07-12 17:09:32 -04:00
RedstonewolfX
c39ecd7181 Merge export and rename UIs
The renaming UI is used to rename, export, or delete your game logs
2024-07-12 17:04:34 -04:00
RedstonewolfX
d464e46150 Add UI to rename files 2024-07-12 16:57:44 -04:00
RedstonewolfX
bfdce2b1f8 Change ID for Rare Evolution Items 2024-07-12 16:02:57 -04:00
RedstonewolfX
c1d1dbe4c4 Add update feature 2024-07-12 15:42:17 -04:00
RedstonewolfX
cb7cb3332f Almost done 2024-07-12 15:34:25 -04:00
RedstonewolfX
06b782cd06 Log item transfers 2024-07-12 10:44:03 -04:00
RedstonewolfX
8c12cb5483 Logger updates
Log trainers
Log Pokemon correctly
Log moves / actions
2024-07-11 23:14:13 -04:00
RedstonewolfX
63f9988cb8 Fix incorrect uploaded file 2024-07-11 21:06:23 -04:00
RedstonewolfX
216cae16cd Log everything except the logging part 2024-07-11 21:04:34 -04:00
RedstonewolfX
abd6da7854 Store local copy of log
Storing a local copy of the current save's log for easy(?) access
2024-07-10 15:51:37 -04:00