mirror of
https://github.com/pret/pokeyellow.git
synced 2026-08-27 21:04:33 -05:00
Merge branch 'master' of https://github.com/pret/pokered
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
KeyItemFlags:
|
||||
bit_array KeyItemFlags
|
||||
bit_array
|
||||
dbit FALSE ; MASTER_BALL
|
||||
dbit FALSE ; ULTRA_BALL
|
||||
dbit FALSE ; GREAT_BALL
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
TechnicalMachinePrices:
|
||||
; In thousands (nybbles).
|
||||
nybble_array TechnicalMachinePrices
|
||||
nybble_array
|
||||
nybble 3 ; TM01
|
||||
nybble 2 ; TM02
|
||||
nybble 2 ; TM03
|
||||
|
||||
@@ -6,7 +6,7 @@ MoveSoundTable:
|
||||
db SFX_DOUBLESLAP, $00, $80 ; DOUBLESLAP
|
||||
db SFX_BATTLE_0B, $01, $80 ; COMET_PUNCH
|
||||
db SFX_BATTLE_0D, $00, $40 ; MEGA_PUNCH
|
||||
db SFX_SILPH_SCOPE, $00, $ff ; PAY_DAY
|
||||
db SFX_TRAINER_APPEARED, $00, $ff ; PAY_DAY
|
||||
db SFX_BATTLE_0D, $10, $60 ; FIRE_PUNCH
|
||||
db SFX_BATTLE_0D, $20, $80 ; ICE_PUNCH
|
||||
db SFX_BATTLE_0D, $00, $a0 ; THUNDERPUNCH
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
MonPartyData:
|
||||
nybble_array MonPartyData
|
||||
nybble_array
|
||||
nybble ICON_GRASS ; Bulbasaur
|
||||
nybble ICON_GRASS ; Ivysaur
|
||||
nybble ICON_GRASS ; Venusaur
|
||||
|
||||
Reference in New Issue
Block a user