Ver código fonte

Merge branch 'master' of github.com:SBird1337/source_of_the_sovereign

SBird1337 5 anos atrás
pai
commit
0d76e05ba6
1 arquivos alterados com 4 adições e 4 exclusões
  1. 4
    4
      src/include/script/movement.h

+ 4
- 4
src/include/script/movement.h Ver arquivo

@@ -82,10 +82,10 @@
82 82
 .equ APPLYMOVE_RUN_UP, 0x75
83 83
 .equ APPLYMOVE_RUN_LEFT, 0x76
84 84
 .equ APPLYMOVE_RUN_RIGHT, 0x77
85
-.equ APPLYMOVE_JUMP_TWO_DOWN, 0x84
86
-.equ APPLYMOVE_JUMP_TWO_UP, 0x85
87
-.equ APPLYMOVE_JUMP_TWO_LEFT, 0x86
88
-.equ APPLYMOVE_JUMP_TWO_RIGHT, 0x87
85
+.equ APPLYMOVE_JUMP_TWO_DOWN2, 0x84
86
+.equ APPLYMOVE_JUMP_TWO_UP2, 0x85
87
+.equ APPLYMOVE_JUMP_TWO_LEFT2, 0x86
88
+.equ APPLYMOVE_JUMP_TWO_RIGHT2, 0x87
89 89
 .equ APPLYMOVE_GO_CLOCKWISE_DOWN, 0x94
90 90
 .equ APPLYMOVE_GO_CLOCKWISE_UP, 0x95
91 91
 .equ APPLYMOVE_GO_CLOCKWISE_LEFT, 0x96