You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Eliminate version.asm (resolves #464)
This commit is contained in:
@ -1975,12 +1975,12 @@ GetVarAction:
|
||||
Script_checkver:
|
||||
; script command 0x18
|
||||
|
||||
ld a, [Version]
|
||||
ld a, [.gs_version]
|
||||
ld [ScriptVar], a
|
||||
ret
|
||||
|
||||
Version:
|
||||
db VERSION
|
||||
.gs_version:
|
||||
db GS_VERSION
|
||||
|
||||
Script_pokenamemem:
|
||||
; script command 0x40
|
||||
|
Reference in New Issue
Block a user