Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Nintenlord
Event_Assembler
GBA
GBAPointerMaker
C# Class Nintenlord.Event_Assembler.GBA.GBAPointerMaker
Makes GBA ROM pointers from ROM offsets
Inheritance:
IPointerMaker
显示文件
Open project: Diegoisawesome/AwesomeMapEditor-old
Public Methods
Method
Description
IsAValidPointer
(
int
pointer
) :
bool
MakeOffset
(
int
pointer
) :
int
MakePointer
(
int
offset
) :
int
Method Details
IsAValidPointer()
public
method
public
IsAValidPointer
(
int
pointer
) :
bool
pointer
int
return
bool
MakeOffset()
public
method
public
MakeOffset
(
int
pointer
) :
int
pointer
int
return
int
MakePointer()
public
method
public
MakePointer
(
int
offset
) :
int
offset
int
return
int