You are not logged in.
need more info
git diff $(git merge-base HEAD origin/master)
this finds the last commit before your branch diverged from origin/master, and shows everything youve done since
Offline
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm
index 073fe40..3f49bdc 100755
--- a/battle/effect_command_pointers.asm
+++ b/battle/effect_command_pointers.asm
@@ -177,4 +177,5 @@ BattleCommandPointers: ; 3fd28
dw BattleCommandad ; 351a5
dw BattleCommandae ; 35197
dw BattleCommandaf ; 365a7
+ dw GrowthCommand
; 3fe86
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index 8a56092..cefbb31 100755
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -6702,6 +6702,8 @@ ResetMiss: ; 3652d
ret
; 36532
+RaiseStatB:
+ ld a, b
Function36532: ; 36532
:...skipping...
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm
index 073fe40..3f49bdc 100755
--- a/battle/effect_command_pointers.asm
+++ b/battle/effect_command_pointers.asm
@@ -177,4 +177,5 @@ BattleCommandPointers: ; 3fd28
dw BattleCommandad ; 351a5
dw BattleCommandae ; 35197
dw BattleCommandaf ; 365a7
+ dw GrowthCommand
; 3fe86
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index 8a56092..cefbb31 100755
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -6702,6 +6702,8 @@ ResetMiss: ; 3652d
ret
; 36532
+RaiseStatB:
+ ld a, b
Function36532: ; 36532
ld [LoweredStat], a
:...skipping...
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm
index 073fe40..3f49bdc 100755
--- a/battle/effect_command_pointers.asm
+++ b/battle/effect_command_pointers.asm
@@ -177,4 +177,5 @@ BattleCommandPointers: ; 3fd28
dw BattleCommandad ; 351a5
dw BattleCommandae ; 35197
dw BattleCommandaf ; 365a7
+ dw GrowthCommand
; 3fe86
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index 8a56092..cefbb31 100755
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -6702,6 +6702,8 @@ ResetMiss: ; 3652d
ret
; 36532
+RaiseStatB:
+ ld a, b
Function36532: ; 36532
ld [LoweredStat], a
@@ -9273,6 +9275,15 @@ BattleCommand53: ; 37563
:...skipping...
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm
index 073fe40..3f49bdc 100755
--- a/battle/effect_command_pointers.asm
+++ b/battle/effect_command_pointers.asm
@@ -177,4 +177,5 @@ BattleCommandPointers: ; 3fd28
dw BattleCommandad ; 351a5
dw BattleCommandae ; 35197
dw BattleCommandaf ; 365a7
+ dw GrowthCommand
; 3fe86
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index 8a56092..cefbb31 100755
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -6702,6 +6702,8 @@ ResetMiss: ; 3652d
ret
; 36532
+RaiseStatB:
+ ld a, b
Function36532: ; 36532
ld [LoweredStat], a
@@ -9273,6 +9275,15 @@ BattleCommand53: ; 37563
jp StdBattleTextBox
; 37588
+GrowthCommand:
:...skipping...
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm
index 073fe40..3f49bdc 100755
--- a/battle/effect_command_pointers.asm
+++ b/battle/effect_command_pointers.asm
@@ -177,4 +177,5 @@ BattleCommandPointers: ; 3fd28
dw BattleCommandad ; 351a5
dw BattleCommandae ; 35197
dw BattleCommandaf ; 365a7
+ dw GrowthCommand
; 3fe86
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index 8a56092..cefbb31 100755
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -6702,6 +6702,8 @@ ResetMiss: ; 3652d
ret
; 36532
+RaiseStatB:
+ ld a, b
Function36532: ; 36532
ld [LoweredStat], a
@@ -9273,6 +9275,15 @@ BattleCommand53: ; 37563
jp StdBattleTextBox
; 37588
+GrowthCommand:
+ callba _GrowthCommand
+ ret
+
:...skipping...
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm
index 073fe40..3f49bdc 100755
--- a/battle/effect_command_pointers.asm
+++ b/battle/effect_command_pointers.asm
@@ -177,4 +177,5 @@ BattleCommandPointers: ; 3fd28
dw BattleCommandad ; 351a5
dw BattleCommandae ; 35197
dw BattleCommandaf ; 365a7
+ dw GrowthCommand
; 3fe86
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index 8a56092..cefbb31 100755
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -6702,6 +6702,8 @@ ResetMiss: ; 3652d
ret
; 36532
+RaiseStatB:
+ ld a, b
Function36532: ; 36532
ld [LoweredStat], a
@@ -9273,6 +9275,15 @@ BattleCommand53: ; 37563
jp StdBattleTextBox
; 37588
+GrowthCommand:
+ callba _GrowthCommand
+ ret
+
+PUSHS
+SECTION "Growth", romx
:...skipping...
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm
index 073fe40..3f49bdc 100755
--- a/battle/effect_command_pointers.asm
+++ b/battle/effect_command_pointers.asm
@@ -177,4 +177,5 @@ BattleCommandPointers: ; 3fd28
dw BattleCommandad ; 351a5
dw BattleCommandae ; 35197
dw BattleCommandaf ; 365a7
+ dw GrowthCommand
; 3fe86
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index 8a56092..cefbb31 100755
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -6702,6 +6702,8 @@ ResetMiss: ; 3652d
ret
; 36532
+RaiseStatB:
+ ld a, b
Function36532: ; 36532
ld [LoweredStat], a
@@ -9273,6 +9275,15 @@ BattleCommand53: ; 37563
jp StdBattleTextBox
; 37588
+GrowthCommand:
+ callba _GrowthCommand
+ ret
+
+PUSHS
+SECTION "Growth", romx
+INCLUDE "battle/effects/growth.asm" ;
+POPS
:...skipping...
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm
index 073fe40..3f49bdc 100755
--- a/battle/effect_command_pointers.asm
+++ b/battle/effect_command_pointers.asm
@@ -177,4 +177,5 @@ BattleCommandPointers: ; 3fd28
dw BattleCommandad ; 351a5
dw BattleCommandae ; 35197
dw BattleCommandaf ; 365a7
+ dw GrowthCommand
; 3fe86
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index 8a56092..cefbb31 100755
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -6702,6 +6702,8 @@ ResetMiss: ; 3652d
ret
; 36532
+RaiseStatB:
+ ld a, b
Function36532: ; 36532
ld [LoweredStat], a
@@ -9273,6 +9275,15 @@ BattleCommand53: ; 37563
jp StdBattleTextBox
; 37588
+GrowthCommand:
+ callba _GrowthCommand
+ ret
+
+PUSHS
+SECTION "Growth", romx
+INCLUDE "battle/effects/growth.asm" ;
+POPS
+
:...skipping...
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm
index 073fe40..3f49bdc 100755
--- a/battle/effect_command_pointers.asm
+++ b/battle/effect_command_pointers.asm
@@ -177,4 +177,5 @@ BattleCommandPointers: ; 3fd28
dw BattleCommandad ; 351a5
dw BattleCommandae ; 35197
dw BattleCommandaf ; 365a7
+ dw GrowthCommand
; 3fe86
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index 8a56092..cefbb31 100755
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -6702,6 +6702,8 @@ ResetMiss: ; 3652d
ret
; 36532
+RaiseStatB:
+ ld a, b
Function36532: ; 36532
ld [LoweredStat], a
@@ -9273,6 +9275,15 @@ BattleCommand53: ; 37563
jp StdBattleTextBox
; 37588
+GrowthCommand:
+ callba _GrowthCommand
+ ret
+
+PUSHS
+SECTION "Growth", romx
+INCLUDE "battle/effects/growth.asm" ;
+POPS
+
:...skipping...
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm
index 073fe40..3f49bdc 100755
--- a/battle/effect_command_pointers.asm
+++ b/battle/effect_command_pointers.asm
@@ -177,4 +177,5 @@ BattleCommandPointers: ; 3fd28
dw BattleCommandad ; 351a5
dw BattleCommandae ; 35197
dw BattleCommandaf ; 365a7
+ dw GrowthCommand
; 3fe86
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index 8a56092..cefbb31 100755
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -6702,6 +6702,8 @@ ResetMiss: ; 3652d
ret
; 36532
+RaiseStatB:
+ ld a, b
Function36532: ; 36532
ld [LoweredStat], a
@@ -9273,6 +9275,15 @@ BattleCommand53: ; 37563
jp StdBattleTextBox
; 37588
+GrowthCommand:
+ callba _GrowthCommand
+ ret
+
+PUSHS
+SECTION "Growth", romx
+INCLUDE "battle/effects/growth.asm" ;
+POPS
+
INCLUDE "battle/effects/curse.asm"
:...skipping...
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm
index 073fe40..3f49bdc 100755
--- a/battle/effect_command_pointers.asm
+++ b/battle/effect_command_pointers.asm
@@ -177,4 +177,5 @@ BattleCommandPointers: ; 3fd28
dw BattleCommandad ; 351a5
dw BattleCommandae ; 35197
dw BattleCommandaf ; 365a7
+ dw GrowthCommand
; 3fe86
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index 8a56092..cefbb31 100755
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -6702,6 +6702,8 @@ ResetMiss: ; 3652d
ret
; 36532
+RaiseStatB:
+ ld a, b
Function36532: ; 36532
ld [LoweredStat], a
@@ -9273,6 +9275,15 @@ BattleCommand53: ; 37563
jp StdBattleTextBox
; 37588
+GrowthCommand:
+ callba _GrowthCommand
+ ret
+
+PUSHS
+SECTION "Growth", romx
+INCLUDE "battle/effects/growth.asm" ;
+POPS
+
INCLUDE "battle/effects/curse.asm"
@@ -10676,6 +10687,3 @@ Function37ed5: ; 37ed5
:...skipping...
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm
index 073fe40..3f49bdc 100755
--- a/battle/effect_command_pointers.asm
+++ b/battle/effect_command_pointers.asm
@@ -177,4 +177,5 @@ BattleCommandPointers: ; 3fd28
dw BattleCommandad ; 351a5
dw BattleCommandae ; 35197
dw BattleCommandaf ; 365a7
+ dw GrowthCommand
; 3fe86
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index 8a56092..cefbb31 100755
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -6702,6 +6702,8 @@ ResetMiss: ; 3652d
ret
; 36532
+RaiseStatB:
+ ld a, b
Function36532: ; 36532
ld [LoweredStat], a
@@ -9273,6 +9275,15 @@ BattleCommand53: ; 37563
jp StdBattleTextBox
; 37588
+GrowthCommand:
+ callba _GrowthCommand
+ ret
+
+PUSHS
+SECTION "Growth", romx
+INCLUDE "battle/effects/growth.asm" ;
+POPS
+
INCLUDE "battle/effects/curse.asm"
@@ -10676,6 +10687,3 @@ Function37ed5: ; 37ed5
pop hl
:...skipping...
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm
index 073fe40..3f49bdc 100755
--- a/battle/effect_command_pointers.asm
+++ b/battle/effect_command_pointers.asm
@@ -177,4 +177,5 @@ BattleCommandPointers: ; 3fd28
dw BattleCommandad ; 351a5
dw BattleCommandae ; 35197
dw BattleCommandaf ; 365a7
+ dw GrowthCommand
; 3fe86
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index 8a56092..cefbb31 100755
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -6702,6 +6702,8 @@ ResetMiss: ; 3652d
ret
; 36532
+RaiseStatB:
+ ld a, b
Function36532: ; 36532
ld [LoweredStat], a
@@ -9273,6 +9275,15 @@ BattleCommand53: ; 37563
jp StdBattleTextBox
; 37588
+GrowthCommand:
+ callba _GrowthCommand
+ ret
+
+PUSHS
+SECTION "Growth", romx
+INCLUDE "battle/effects/growth.asm" ;
+POPS
+
INCLUDE "battle/effects/curse.asm"
@@ -10676,6 +10687,3 @@ Function37ed5: ; 37ed5
pop hl
ret
; 37ee2
:
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm
index 073fe40..3f49bdc 100755
--- a/battle/effect_command_pointers.asm
+++ b/battle/effect_command_pointers.asm
@@ -177,4 +177,5 @@ BattleCommandPointers: ; 3fd28
dw BattleCommandad ; 351a5
dw BattleCommandae ; 35197
dw BattleCommandaf ; 365a7
+ dw GrowthCommand
; 3fe86
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index 8a56092..cefbb31 100755
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -6702,6 +6702,8 @@ ResetMiss: ; 3652d
ret
; 36532
+RaiseStatB:
+ ld a, b
Function36532: ; 36532
ld [LoweredStat], a
@@ -9273,6 +9275,15 @@ BattleCommand53: ; 37563
jp StdBattleTextBox
; 37588
+GrowthCommand:
+ callba _GrowthCommand
+ ret
+
+PUSHS
+SECTION "Growth", romx
+INCLUDE "battle/effects/growth.asm" ;
+POPS
+
INCLUDE "battle/effects/curse.asm"
@@ -10676,6 +10687,3 @@ Function37ed5: ; 37ed5
pop hl
ret
; 37ee2
:...skipping...
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm
index 073fe40..3f49bdc 100755
--- a/battle/effect_command_pointers.asm
+++ b/battle/effect_command_pointers.asm
@@ -177,4 +177,5 @@ BattleCommandPointers: ; 3fd28
dw BattleCommandad ; 351a5
dw BattleCommandae ; 35197
dw BattleCommandaf ; 365a7
+ dw GrowthCommand
; 3fe86
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index 8a56092..cefbb31 100755
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -6702,6 +6702,8 @@ ResetMiss: ; 3652d
ret
; 36532
+RaiseStatB:
+ ld a, b
Function36532: ; 36532
ld [LoweredStat], a
@@ -9273,6 +9275,15 @@ BattleCommand53: ; 37563
jp StdBattleTextBox
; 37588
+GrowthCommand:
+ callba _GrowthCommand
+ ret
+
+PUSHS
+SECTION "Growth", romx
+INCLUDE "battle/effects/growth.asm" ;
+POPS
+
INCLUDE "battle/effects/curse.asm"
@@ -10676,6 +10687,3 @@ Function37ed5: ; 37ed5
pop hl
ret
; 37ee2
-
:
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm
index 073fe40..3f49bdc 100755
--- a/battle/effect_command_pointers.asm
+++ b/battle/effect_command_pointers.asm
@@ -177,4 +177,5 @@ BattleCommandPointers: ; 3fd28
dw BattleCommandad ; 351a5
dw BattleCommandae ; 35197
dw BattleCommandaf ; 365a7
+ dw GrowthCommand
; 3fe86
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index 8a56092..cefbb31 100755
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -6702,6 +6702,8 @@ ResetMiss: ; 3652d
ret
; 36532
+RaiseStatB:
+ ld a, b
Function36532: ; 36532
ld [LoweredStat], a
@@ -9273,6 +9275,15 @@ BattleCommand53: ; 37563
jp StdBattleTextBox
; 37588
+GrowthCommand:
+ callba _GrowthCommand
+ ret
+
+PUSHS
+SECTION "Growth", romx
+INCLUDE "battle/effects/growth.asm" ;
+POPS
+
INCLUDE "battle/effects/curse.asm"
@@ -10676,6 +10687,3 @@ Function37ed5: ; 37ed5
pop hl
ret
; 37ee2
-
:...skipping...
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm
index 073fe40..3f49bdc 100755
--- a/battle/effect_command_pointers.asm
+++ b/battle/effect_command_pointers.asm
@@ -177,4 +177,5 @@ BattleCommandPointers: ; 3fd28
dw BattleCommandad ; 351a5
dw BattleCommandae ; 35197
dw BattleCommandaf ; 365a7
+ dw GrowthCommand
; 3fe86
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index 8a56092..cefbb31 100755
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -6702,6 +6702,8 @@ ResetMiss: ; 3652d
ret
; 36532
+RaiseStatB:
+ ld a, b
Function36532: ; 36532
ld [LoweredStat], a
@@ -9273,6 +9275,15 @@ BattleCommand53: ; 37563
jp StdBattleTextBox
; 37588
+GrowthCommand:
+ callba _GrowthCommand
+ ret
+
+PUSHS
+SECTION "Growth", romx
+INCLUDE "battle/effects/growth.asm" ;
+POPS
+
INCLUDE "battle/effects/curse.asm"
@@ -10676,6 +10687,3 @@ Function37ed5: ; 37ed5
pop hl
ret
; 37ee2
-
-
:...skipping...
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm
index 073fe40..3f49bdc 100755
--- a/battle/effect_command_pointers.asm
+++ b/battle/effect_command_pointers.asm
@@ -177,4 +177,5 @@ BattleCommandPointers: ; 3fd28
dw BattleCommandad ; 351a5
dw BattleCommandae ; 35197
dw BattleCommandaf ; 365a7
+ dw GrowthCommand
; 3fe86
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index 8a56092..cefbb31 100755
--- a/battle/effect_command_pointers.asm
+++ b/battle/effect_command_pointers.asm
@@ -177,4 +177,5 @@ BattleCommandPointers: ; 3fd28
dw BattleCommandad ; 351a5
dw BattleCommandae ; 35197
dw BattleCommandaf ; 365a7
+ dw GrowthCommand
; 3fe86
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index 8a56092..cefbb31 100755
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -6702,6 +6702,8 @@ ResetMiss: ; 3652d
ret
; 36532
+RaiseStatB:
+ ld a, b
Function36532: ; 36532
ld [LoweredStat], a
@@ -9273,6 +9275,15 @@ BattleCommand53: ; 37563
jp StdBattleTextBox
; 37588
+GrowthCommand:
+ callba _GrowthCommand
+ ret
+
+PUSHS
+SECTION "Growth", romx
+INCLUDE "battle/effects/growth.asm" ;
+POPS
+
INCLUDE "battle/effects/curse.asm"
@@ -10676,6 +10687,3 @@ Function37ed5: ; 37ed5
pop hl
ret
; 37ee2
-
-
-
diff --git a/battle/move_names.asm b/battle/move_names.asm
index a0f0362..70940dd 100755
Ok here goes
Offline
i apologize if you tried to do that by hand
you can pipe into the clipboard by putting '| clip' at the end of the command in cygwin
Offline