convert more constants

This commit is contained in:
camthesaxman
2017-12-11 12:27:51 -06:00
parent 19fbf024ff
commit c681b482c2
89 changed files with 13177 additions and 12922 deletions
@@ -960,7 +960,7 @@ gBattleFrontierMons:: @ 85D97BC
.4byte NATURE_DOCILE
@ 137
.2byte SPECIES_FARFETCH_D
.2byte SPECIES_FARFETCHD
.2byte MOVE_SLASH, MOVE_KNOCK_OFF, MOVE_SWORDS_DANCE, MOVE_AGILITY
.byte BATTLE_FRONTIER_ITEM_STICK
.byte F_EV_SPREAD_SP_DEFENSE | F_EV_SPREAD_DEFENSE | F_EV_SPREAD_HP
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+2
View File
@@ -1,3 +1,5 @@
#include "constants/moves.h"
#include "constants/species.h"
.include "asm/macros.inc"
.include "constants/constants.inc"
+3
View File
@@ -1,3 +1,6 @@
#include "constants/abilities.h"
#include "constants/moves.h"
#include "constants/songs.h"
.include "asm/macros.inc"
.include "asm/macros/battle_script.inc"
.include "constants/constants.inc"
+1
View File
@@ -1,3 +1,4 @@
#include "constants/songs.h"
.include "asm/macros.inc"
.include "asm/macros/battle_script.inc"
.include "constants/constants.inc"
+3
View File
@@ -1,3 +1,6 @@
#include "constants/easy_chat.h"
#include "constants/species.h"
#include "constants/moves.h"
.include "asm/macros.inc"
.include "constants/constants.inc"
+1
View File
@@ -1,3 +1,4 @@
#include "constants/map_objects.h"
.include "asm/macros.inc"
.include "constants/constants.inc"
+2
View File
@@ -1,5 +1,7 @@
@ the second big chunk of data
#include "constants/moves.h"
#include "constants/species.h"
.include "asm/macros.inc"
.include "constants/constants.inc"
+3
View File
@@ -1,5 +1,8 @@
@ the second big chunk of data
#include "constants/abilities.h"
#include "constants/moves.h"
#include "constants/species.h"
.include "asm/macros.inc"
.include "constants/constants.inc"
+3
View File
@@ -1,3 +1,6 @@
#include "constants/easy_chat.h"
#include "constants/moves.h"
#include "constants/species.h"
.include "asm/macros.inc"
.include "constants/constants.inc"
+5 -2
View File
@@ -1,8 +1,11 @@
#include "constants/flags.h"
#include "constants/vars.h"
#include "constants/moves.h"
#include "constants/songs.h"
#include "constants/species.h"
.include "asm/macros.inc"
.include "asm/macros/event.inc"
.include "constants/constants.inc"
.include "constants/variables.inc"
.include "constants/flags.inc"
.section script_data, "aw", %progbits
+1
View File
@@ -1,3 +1,4 @@
#include "constants/map_objects.h"
.include "asm/macros.inc"
.include "constants/constants.inc"
@@ -81,7 +81,7 @@ gMonAnimationDelayTable:: @ 8329B87
.byte 0x00 @ SPECIES_SLOWBRO
.byte 0x00 @ SPECIES_MAGNEMITE
.byte 0x00 @ SPECIES_MAGNETON
.byte 0x00 @ SPECIES_FARFETCH_D
.byte 0x00 @ SPECIES_FARFETCHD
.byte 0x00 @ SPECIES_DODUO
.byte 0x00 @ SPECIES_DODRIO
.byte 0x00 @ SPECIES_SEEL
@@ -81,7 +81,7 @@ gMonFrontAnimIdsTable:: @ 83299EC
.byte 0x0b @ SPECIES_SLOWBRO
.byte 0x54 @ SPECIES_MAGNEMITE
.byte 0x2c @ SPECIES_MAGNETON
.byte 0x48 @ SPECIES_FARFETCH_D
.byte 0x48 @ SPECIES_FARFETCHD
.byte 0x4c @ SPECIES_DODUO
.byte 0x41 @ SPECIES_DODRIO
.byte 0x0b @ SPECIES_SEEL
+1
View File
@@ -1,5 +1,6 @@
@ the second big chunk of data
#include "constants/species.h"
.include "asm/macros.inc"
.include "constants/constants.inc"
+1
View File
@@ -1,3 +1,4 @@
#include "constants/map_objects.h"
.include "asm/macros.inc"
.include "constants/constants.inc"
.include "constants/flags.inc"
+1
View File
@@ -1,3 +1,4 @@
#include "constants/songs.h"
.include "asm/macros.inc"
.include "constants/constants.inc"
@@ -57,7 +57,7 @@ gEasyChatGroup_Pokemon2:: @ 859CE0C
.2byte SPECIES_ESPEON
.2byte SPECIES_EXEGGCUTE
.2byte SPECIES_EXEGGUTOR
.2byte SPECIES_FARFETCH_D
.2byte SPECIES_FARFETCHD
.2byte SPECIES_FEAROW
.2byte SPECIES_FERALIGATR
.2byte SPECIES_FLAAFFY
File diff suppressed because it is too large Load Diff
+1
View File
@@ -1,3 +1,4 @@
#include "constants/species.h"
.include "asm/macros.inc"
.include "constants/constants.inc"
+1975 -1975
View File
File diff suppressed because it is too large Load Diff