0
0
mirror of https://github.com/marcrobledo/savegame-editors.git synced 2025-04-28 09:05:10 +00:00

Merge pull request #67 from Creeperiano99/Creeperiano99-features-add

Streetpass Mii Plaza Save Editor Features Added & Some Changes
This commit is contained in:
Marc Robledo 2018-06-18 15:27:03 +02:00 committed by GitHub
commit b7121a0992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 3 deletions

View File

@ -48,6 +48,15 @@
<div class="eight columns"><label for="number-fantastic">Fantastic ratings</label></div>
<div class="four columns"><input id="number-fantastic" type="text" class="fw" /></div>
<div class="eight columns"><label for="button-unlockmap">Unlock maps</label></div>
<div class="four columns"><button id="button-unlockmap" onclick="SavegameEditor._unlockMap()">Unlock</button></div>
<div class="eight columns"><label for="button-unlockbirthdays">Unlock birthdays</label></div>
<div class="four columns"><button id="button-unlockbirthdays" onclick="SavegameEditor._unlockBirthdays()">Unlock</button></div>
<div class="eight columns"><label for="button-unlockaccomplishments">Unlock accomplishments</label></div>
<div class="four columns"><button id="button-unlockaccomplishments" onclick="SavegameEditor._unlockAccomplishments()">Unlock</button></div>
</div>
</div>

File diff suppressed because one or more lines are too long