浏览代码

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

SBird1337 5 年前
父节点
当前提交
f0e9acc925
共有 2 个文件被更改,包括 7 次插入0 次删除
  1. 1
    0
      patches/game_engine/quick_hacks.asm
  2. 6
    0
      src/include/script/language.h

+ 1
- 0
patches/game_engine/quick_hacks.asm 查看文件

@@ -67,6 +67,7 @@ PLAYER_S_M EQU 0x0
67 67
 .halfword 0x0001
68 68
 .halfword 0x0001
69 69
 
70
+// Remove OAKs Text in Trainerbattle 0x9
70 71
 .org 0x08080484
71 72
 .word 0x00000000
72 73
 .word 0x00000000

+ 6
- 0
src/include/script/language.h 查看文件

@@ -36,6 +36,12 @@
36 36
 .equ SPRITEFACE_LEFT, 0x3
37 37
 .equ SPRITEFACE_RIGHT, 0x4
38 38
 
39
+@@Playerfacing
40
+.equ PLAYERFACE_DOWN, 0x1
41
+.equ PLAYERFACE_UP, 0x2
42
+.equ PLAYERFACE_LEFT, 0x3
43
+.equ PLAYERFACE_RIGHT, 0x4
44
+
39 45
 @@ LED NAMES
40 46
 .equ LED_CARUN_CITY_LINKS, 0x1
41 47
 .equ LED_ROUTE_2, 0x2