You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style
This commit is contained in:
@@ -3,19 +3,19 @@ Function_LoadOpponentTrainerAndPokemons: ; 1f8000
|
||||
push af
|
||||
ld a, BANK(BT_OTTrainer)
|
||||
ld [rSVBK], a
|
||||
|
||||
|
||||
; Fill BT_OTTrainer with zeros
|
||||
xor a
|
||||
ld hl, BT_OTTrainer
|
||||
ld bc, BT_OTTrainerEnd - BT_OTTrainer
|
||||
call ByteFill
|
||||
|
||||
|
||||
; Write $ff into the Item-Slots
|
||||
ld a, $ff
|
||||
ld [BT_OTPkmn1Item], a
|
||||
ld [BT_OTPkmn2Item], a
|
||||
ld [BT_OTPkmn3Item], a
|
||||
|
||||
|
||||
; Set BT_OTTrainer as start address to write the following data to
|
||||
ld de, BT_OTTrainer
|
||||
|
||||
@@ -97,7 +97,7 @@ Function_LoadRandomBattleTowerPkmn: ; 1f8081
|
||||
ld a, BANK(sBTPkmnPrevTrainer1)
|
||||
call GetSRAMBank
|
||||
|
||||
.FindARandomBattleTowerPkmn
|
||||
.FindARandomBattleTowerPkmn:
|
||||
; From Which LevelGroup are the Pkmn loaded
|
||||
; a = 1..10
|
||||
ld a, [wBTChoiceOfLvlGroup] ; [$d800]
|
||||
|
||||
@@ -91,10 +91,10 @@ GiveOddEgg: ; 1fb4b6
|
||||
ret
|
||||
; 1fb546
|
||||
|
||||
.Odd
|
||||
.Odd:
|
||||
db "ODD@@@@@@@@@"
|
||||
|
||||
.Probabilities
|
||||
.Probabilities:
|
||||
|
||||
prob: MACRO
|
||||
prob_total = prob_total + (\1)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
; BulbasaurPokedexEntry: ; 0x181695
|
||||
db "SEED@" ; species name
|
||||
dw 204, 150 ; height, width
|
||||
|
||||
|
||||
db "While it is young,"
|
||||
next "it uses the"
|
||||
next "nutrients that are"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
; IvysaurPokedexEntry: ; 0x181702
|
||||
db "SEED@" ; species name
|
||||
dw 303, 290 ; height, width
|
||||
|
||||
|
||||
db "The bulb on its"
|
||||
next "back grows as it"
|
||||
next "absorbs nutrients."
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
; VenusaurPokedexEntry: ; 0x181773
|
||||
db "SEED@" ; species name
|
||||
dw 607, 2210 ; height, width
|
||||
|
||||
|
||||
db "As it warms it-"
|
||||
next "self and absorbs"
|
||||
next "the sunlight, its"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
; CharmanderPokedexEntry: ; 0x1817db
|
||||
db "LIZARD@" ; species name
|
||||
dw 200, 190 ; height, width
|
||||
|
||||
|
||||
db "If it's healthy,"
|
||||
next "the flame on the"
|
||||
next "tip of its tail"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
; CharmeleonPokedexEntry: ; 0x18184a
|
||||
db "FLAME@" ; species name
|
||||
dw 307, 420 ; height, width
|
||||
|
||||
|
||||
db "If it becomes"
|
||||
next "agitated during"
|
||||
next "battle, it spouts"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
; CharizardPokedexEntry: ; 0x1818b3
|
||||
db "FLAME@" ; species name
|
||||
dw 507, 2000 ; height, width
|
||||
|
||||
|
||||
db "It uses its wings"
|
||||
next "to fly high. The"
|
||||
next "temperature of its"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
; SquirtlePokedexEntry: ; 0x181926
|
||||
db "TINYTURTLE@" ; species name
|
||||
dw 108, 200 ; height, width
|
||||
|
||||
|
||||
db "When it feels"
|
||||
next "threatened, it"
|
||||
next "draws its legs"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
; WartortlePokedexEntry: ; 0x181993
|
||||
db "TURTLE@" ; species name
|
||||
dw 303, 500 ; height, width
|
||||
|
||||
|
||||
db "Its long, furry"
|
||||
next "tail is a symbol"
|
||||
next "of longevity,"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
; BlastoisePokedexEntry: ; 0x1819f9
|
||||
db "SHELLFISH@" ; species name
|
||||
dw 503, 1890 ; height, width
|
||||
|
||||
|
||||
db "It firmly plants"
|
||||
next "its feet on the"
|
||||
next "ground before"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
; CaterpiePokedexEntry: ; 0x181a60
|
||||
db "WORM@" ; species name
|
||||
dw 100, 60 ; height, width
|
||||
|
||||
|
||||
db "It crawls into"
|
||||
next "foliage where it"
|
||||
next "camouflages itself"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
; MetapodPokedexEntry: ; 0x181ace
|
||||
db "COCOON@" ; species name
|
||||
dw 204, 220 ; height, width
|
||||
|
||||
|
||||
db "This is its pre-"
|
||||
next "evolved form. At"
|
||||
next "this stage, it can"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
; ButterfreePokedexEntry: ; 0x181b45
|
||||
db "BUTTERFLY@" ; species name
|
||||
dw 307, 710 ; height, width
|
||||
|
||||
|
||||
db "It flits from"
|
||||
next "flower to flower,"
|
||||
next "collecting honey."
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
; WeedlePokedexEntry: ; 0x181bb4
|
||||
db "HAIRY BUG@" ; species name
|
||||
dw 100, 70 ; height, width
|
||||
|
||||
|
||||
db "The barb on top of"
|
||||
next "its head secretes"
|
||||
next "a strong poison."
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
; KakunaPokedexEntry: ; 0x181c23
|
||||
db "COCOON@" ; species name
|
||||
dw 200, 220 ; height, width
|
||||
|
||||
|
||||
db "Nearly incapable"
|
||||
next "of movement, it"
|
||||
next "leans against"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
; BeedrillPokedexEntry: ; 0x181c8a
|
||||
db "POISON BEE@" ; species name
|
||||
dw 303, 650 ; height, width
|
||||
|
||||
|
||||
db "It uses sharp,"
|
||||
next "poisonous stings"
|
||||
next "to defeat prey,"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
; PidgeyPokedexEntry: ; 0x181cfa
|
||||
db "TINY BIRD@" ; species name
|
||||
dw 100, 40 ; height, width
|
||||
|
||||
|
||||
db "It rapidly flaps"
|
||||
next "its wings in the"
|
||||
next "grass, stirring up"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
; PidgeottoPokedexEntry: ; 0x181d75
|
||||
db "BIRD@" ; species name
|
||||
dw 307, 660 ; height, width
|
||||
|
||||
|
||||
db "It slowly flies in"
|
||||
next "a circular pat-"
|
||||
next "tern, all the"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
; PidgeotPokedexEntry: ; 0x181dd7
|
||||
db "BIRD@" ; species name
|
||||
dw 411, 870 ; height, width
|
||||
|
||||
|
||||
db "Its outstanding"
|
||||
next "vision allows it"
|
||||
next "to spot splashing"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user