You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Remove all address comments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
TypeNames: ; 5097b
|
||||
TypeNames:
|
||||
; entries correspond to types (see constants/type_constants.asm)
|
||||
dw Normal
|
||||
dw Fighting
|
||||
@@ -49,4 +49,3 @@ Steel: db "STEEL@"
|
||||
Dragon: db "DRAGON@"
|
||||
Dark: db "DARK@"
|
||||
|
||||
; 50a28
|
||||
|
@@ -1,4 +1,4 @@
|
||||
PokedexTypeSearchStrings: ; 40fe4
|
||||
PokedexTypeSearchStrings:
|
||||
; entries correspond with PokedexTypeSearchConversionTable (see data/types/search_types.asm)
|
||||
db " ---- @"
|
||||
db " NORMAL @"
|
||||
@@ -18,4 +18,3 @@ PokedexTypeSearchStrings: ; 40fe4
|
||||
db " DRAGON @"
|
||||
db " DARK @"
|
||||
db " STEEL @"
|
||||
; 41086
|
||||
|
@@ -1,4 +1,4 @@
|
||||
PokedexTypeSearchConversionTable: ; 410f6
|
||||
PokedexTypeSearchConversionTable:
|
||||
; entries correspond with PokedexTypeSearchStrings (see data/types/search_strings.asm)
|
||||
db NORMAL
|
||||
db FIRE
|
||||
@@ -17,4 +17,3 @@ PokedexTypeSearchConversionTable: ; 410f6
|
||||
db DRAGON
|
||||
db DARK
|
||||
db STEEL
|
||||
; 41107
|
||||
|
@@ -1,4 +1,4 @@
|
||||
TypeBoostItems: ; 35703
|
||||
TypeBoostItems:
|
||||
db HELD_NORMAL_BOOST, NORMAL ; PINK_BOW/POLKADOT_BOW
|
||||
db HELD_FIGHTING_BOOST, FIGHTING ; BLACKBELT
|
||||
db HELD_FLYING_BOOST, FLYING ; SHARP_BEAK
|
||||
@@ -17,4 +17,3 @@ TypeBoostItems: ; 35703
|
||||
db HELD_DARK_BOOST, DARK ; BLACKGLASSES
|
||||
db HELD_STEEL_BOOST, STEEL ; METAL_COAT
|
||||
db -1
|
||||
; 35726
|
||||
|
@@ -1,4 +1,4 @@
|
||||
TypeMatchups: ; 34bb1
|
||||
TypeMatchups:
|
||||
; attacker, defender, *=
|
||||
db NORMAL, ROCK, NOT_VERY_EFFECTIVE
|
||||
db NORMAL, STEEL, NOT_VERY_EFFECTIVE
|
||||
@@ -116,4 +116,3 @@ TypeMatchups: ; 34bb1
|
||||
db FIGHTING, GHOST, NO_EFFECT
|
||||
|
||||
db -1 ; end
|
||||
; 34cfd
|
||||
|
Reference in New Issue
Block a user