소스 검색

merge start

SBird1337 7 년 전
부모
커밋
bf23f66469

+ 1
- 1
src/include/assets/interface/arrows.img.h 파일 보기

@@ -7,7 +7,7 @@
7 7
 //	+ 24 tiles not compressed
8 8
 //	Total size: 768 = 768
9 9
 //
10
-//	Time-stamp: 2017-01-24, 13:22:54
10
+//	Time-stamp: 2017-05-24, 23:53:39
11 11
 //	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
12 12
 //	( http://www.coranac.com/projects/#grit )
13 13
 //

BIN
src/include/assets/interface/emoticons.img.bin 파일 보기


+ 1
- 1
src/include/assets/interface/emoticons.img.h 파일 보기

@@ -7,7 +7,7 @@
7 7
 //	+ 60 tiles not compressed
8 8
 //	Total size: 1920 = 1920
9 9
 //
10
-//	Time-stamp: 2017-01-24, 13:22:54
10
+//	Time-stamp: 2017-05-24, 23:53:39
11 11
 //	Exported by Cearn's GBA Image Transmogrifier, v0.8.6
12 12
 //	( http://www.coranac.com/projects/#grit )
13 13
 //

+ 1
- 8
src/player_interaction/player_interaction.c 파일 보기

@@ -99,11 +99,4 @@ void* behavior_walk_table[] =
99 99
     (void*)NULL,
100 100
     (void*)0x0891B807,
101 101
     (void*)0x0891B807
102
-};
103
-
104
-//TODO implement actual functtions
105
-
106
-void* pi_dummy(bool darg)
107
-{
108
-    return darg ? behavior_walk_table[0] : script_walk_table[0];
109
-}
102
+};