Difference between revisions of "FF8/BattleStage/Pointers"

From Final Fantasy Inside
< FF8
Jump to navigation Jump to search
my_wiki>MaKiPL
m
my_wiki>BukTop
m (5 revisions imported)
(No difference)

Revision as of 12:36, 4 April 2018

By MaKiPL.

UPDATE The full list is now known. I'll do new list soon.

FF8 engine reads Battle Stage files by positions coded in executable (.text section of .EXE)

Here's the list:

5D4	5D8	OUT
4	0	8
5	1	16
9	2	19
12	3	20
13	6	30
14	7	31
15	10	37
21	11	44
22	17	45
23	18	46
24	25	48
26	27	51
29	28	52
32	38	54
33	41	56
34	42	79
35	43	92
36	47	107
39	49	108
40	57	136
50	58	137
53	59	142
55	60	147
61	74	157
62	76	
63	77	
64	80	
65	81	
66	84	
67	93	
68	95	
69	101	
70	102	
71	103	
72	104	
73	109	
75	110	
78	111	
82	112	
83	113	
85	114	
86	115	
87	116	
88	117	
89	118	
90	119	
91	120	
94	128	
96	129	
97	130	
98	131	
99	132	
100	133	
105	134	
106	139	
121	140	
122	143	
123	146	
124	152	
125	153	
126	154	
127	155	
135	156	
138	159	
141	161	
144	162	
145		
148		
149		
150		
151		
158		
160		
  • OUT are other locations I didn't investigate yet [TODO].