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:
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
||||
MoveDescriptions:: ; 2cb52
|
||||
MoveDescriptions::
|
||||
; entries correspond to move ids (see constants/move_constants.asm)
|
||||
dw PoundDescription
|
||||
dw KarateChopDescription
|
||||
@@ -256,7 +256,6 @@ MoveDescriptions:: ; 2cb52
|
||||
dw MoveFEDescription
|
||||
dw MoveFFDescription
|
||||
dw Move00Description
|
||||
; 2cd52
|
||||
|
||||
MoveFCDescription:
|
||||
MoveFDDescription:
|
||||
@@ -1268,4 +1267,3 @@ WhirlpoolDescription:
|
||||
BeatUpDescription:
|
||||
db "Party #MON join"
|
||||
next "in the attack.@"
|
||||
; 2ed44
|
||||
|
@@ -1,4 +1,4 @@
|
||||
MoveEffectsPointers: ; 271f4
|
||||
MoveEffectsPointers:
|
||||
; entries correspond to EFFECT_* constants
|
||||
dw NormalHit
|
||||
dw DoSleep
|
||||
|
@@ -1,4 +1,4 @@
|
||||
MoveEffectPriorities: ; 3c5df
|
||||
MoveEffectPriorities:
|
||||
db EFFECT_PROTECT, 3
|
||||
db EFFECT_ENDURE, 3
|
||||
db EFFECT_PRIORITY_HIT, 2
|
||||
@@ -6,4 +6,3 @@ MoveEffectPriorities: ; 3c5df
|
||||
db EFFECT_COUNTER, 0
|
||||
db EFFECT_MIRROR_COAT, 0
|
||||
db -1
|
||||
; 3c5ec
|
||||
|
@@ -2,7 +2,7 @@
|
||||
; Each move is given an identifier for what usedmovetext to use (0-4).
|
||||
; Made redundant in English localization, where all are just "[mon]¯used [move]!"
|
||||
|
||||
MoveGrammar: ; 105e7a
|
||||
MoveGrammar:
|
||||
; 0: originally "[mon]の¯[move]¯つかった!" ("[mon]¯used¯[move]!")
|
||||
db SWORDS_DANCE
|
||||
db GROWTH
|
||||
@@ -99,4 +99,3 @@ MoveGrammar: ; 105e7a
|
||||
; 4: originally "[mon]の¯[move]!" ("[mon]'s¯[move]!")
|
||||
; Any move not listed above uses this grammar.
|
||||
db -1 ; end
|
||||
; 105ed0
|
||||
|
@@ -10,7 +10,7 @@ move: MACRO
|
||||
db \7 percent ; effect chance
|
||||
ENDM
|
||||
|
||||
Moves: ; 41afb
|
||||
Moves:
|
||||
; entries correspond to constants/move_constants.asm
|
||||
move POUND, EFFECT_NORMAL_HIT, 40, NORMAL, 100, 35, 0
|
||||
move KARATE_CHOP, EFFECT_NORMAL_HIT, 50, FIGHTING, 100, 25, 0
|
||||
|
@@ -1,4 +1,4 @@
|
||||
TMHMMoves: ; 1167a
|
||||
TMHMMoves:
|
||||
; entries correspond to *_TMNUM enums (see constants/item_constants.asm)
|
||||
; TMs
|
||||
db DYNAMICPUNCH
|
||||
@@ -64,4 +64,3 @@ TMHMMoves: ; 1167a
|
||||
db THUNDERBOLT
|
||||
db ICE_BEAM
|
||||
db 0 ; end
|
||||
; 116b7
|
||||
|
Reference in New Issue
Block a user