You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fix indentation in many places
This commit is contained in:
@@ -266,15 +266,15 @@ endr
|
||||
ld [de], a
|
||||
inc de
|
||||
ld hl, EnemyMonStatus
|
||||
; Copy EnemyMonStatus
|
||||
; Copy EnemyMonStatus
|
||||
ld a, [hli]
|
||||
ld [de], a
|
||||
inc de
|
||||
; Copy EnemyMonUnused
|
||||
; Copy EnemyMonUnused
|
||||
ld a, [hli]
|
||||
ld [de], a
|
||||
inc de
|
||||
; Copy EnemyMonHP
|
||||
; Copy EnemyMonHP
|
||||
ld a, [hli]
|
||||
ld [de], a
|
||||
inc de
|
||||
@@ -452,8 +452,8 @@ SentGetPkmnIntoFromBox: ; db3f
|
||||
ld hl, wBreedMon1Species
|
||||
jr z, .breedmon
|
||||
|
||||
; we want to sent a Pkmn into the Box
|
||||
; so check if there's enough space
|
||||
; we want to sent a Pkmn into the Box
|
||||
; so check if there's enough space
|
||||
ld hl, sBoxCount
|
||||
ld a, [hl]
|
||||
cp MONS_PER_BOX
|
||||
@@ -973,7 +973,7 @@ SentPkmnIntoBox: ; de6e
|
||||
ld [de], a
|
||||
inc de
|
||||
|
||||
; Set all 5 Experience Values to 0
|
||||
; Set all 5 Experience Values to 0
|
||||
xor a
|
||||
ld b, 2 * 5
|
||||
.loop2
|
||||
|
||||
@@ -194,31 +194,31 @@ StartMenu:: ; 125cd
|
||||
.QuitString: db "QUIT@"
|
||||
|
||||
.PokedexDesc: db "#MON"
|
||||
next "database@"
|
||||
next "database@"
|
||||
|
||||
.PartyDesc: db "Party ", $4a
|
||||
next "status@"
|
||||
next "status@"
|
||||
|
||||
.PackDesc: db "Contains"
|
||||
next "items@"
|
||||
next "items@"
|
||||
|
||||
.PokegearDesc: db "Trainer's"
|
||||
next "key device@"
|
||||
next "key device@"
|
||||
|
||||
.StatusDesc: db "Your own"
|
||||
next "status@"
|
||||
next "status@"
|
||||
|
||||
.SaveDesc: db "Save your"
|
||||
next "progress@"
|
||||
next "progress@"
|
||||
|
||||
.OptionDesc: db "Change"
|
||||
next "settings@"
|
||||
next "settings@"
|
||||
|
||||
.ExitDesc: db "Close this"
|
||||
next "menu@"
|
||||
next "menu@"
|
||||
|
||||
.QuitDesc: db "Quit and"
|
||||
next "be judged.@"
|
||||
next "be judged.@"
|
||||
|
||||
|
||||
.OpenMenu: ; 127e5
|
||||
|
||||
Reference in New Issue
Block a user