Credit additions

This modifies the credits to have a KEP staff version. It's a little awkward aesthetically! But this should be used and expanded on in the future - people don't read readmes, so the people who've helped should be credited.
This commit is contained in:
Llinos Evans 2023-05-15 18:01:28 +01:00
parent 48c76a6dd1
commit b03e9ffc6e
5 changed files with 111 additions and 2 deletions

View file

@ -25,7 +25,7 @@ IshiharaTeam:
db PURAKKUSU, 90
db TRAMPEL, 90
IF DEF(_DEBUG)
db TAUROS_PB, 50
db TAUROS_PB, 90
db SNORLAX, 50
db TANGROWTH, 50
ENDC
@ -78,7 +78,26 @@ IF DEF(_DEBUG)
ld hl, wPartyMon3PP + 3
ld a, 15
ld [hl], a
; Blaze Tauros (Pokemon 4) has a full moveset
ld hl, wPartyMon4Moves
ld a, FIRE_BLAST
ld [hli], a
ld a, LOW_KICK
ld [hli], a
ld a, FIRE_SPIN
ld [hli], a
ld a, HYPER_BEAM
ld [hl], a
ld hl, wPartyMon1PP
ld a, 99
ld [hli], a
ld a, 99
ld [hli], a
ld a, 99
ld [hli], a
ld [hl], a
; Articuno (Pokemon 5) gets Fly.
ld hl, wPartyMon5Moves
ld a, FLY