Skip to content

Commit

Permalink
SonLVL - Making Grounder non-flippable
Browse files Browse the repository at this point in the history
Required changing to XML definition
  • Loading branch information
Clownacy committed May 1, 2015
1 parent f692f41 commit 99d6f34
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 12 deletions.
14 changes: 14 additions & 0 deletions SonLVL INI Files/ARZ/Grounder.xml
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<ObjDef xmlns="http://www.sonicretro.org" Name="Grounder" Image="grounder" RememberState="true" DefaultSubtype="2">
<Images>
<ImageFromMappings id="grounder">
<ArtFile filename="../art/nemesis/Grounder from ARZ.bin" />
<MapFile type="ASM" filename="../s2.asm" label="word_36D46" startpal="1" />
</ImageFromMappings>
</Images>
<Display>
<DisplayOption>
<ImageRef image="grounder" yflip="NeverFlip" />
</DisplayOption>
</Display>
</ObjDef>
14 changes: 14 additions & 0 deletions SonLVL INI Files/ARZ/GrounderInWall.xml
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<ObjDef xmlns="http://www.sonicretro.org" Name="Grounder in Wall" Image="grounder" RememberState="true" DefaultSubtype="2">
<Images>
<ImageFromMappings id="grounder">
<ArtFile filename="../art/nemesis/Grounder from ARZ.bin" />
<MapFile type="ASM" filename="../s2.asm" label="word_36D02" startpal="1" />
</ImageFromMappings>
</Images>
<Display>
<DisplayOption>
<ImageRef image="grounder" yflip="NeverFlip" />
</DisplayOption>
</Display>
</ObjDef>
14 changes: 2 additions & 12 deletions SonLVL INI Files/objARZ.ini
Expand Up @@ -58,19 +58,9 @@ frame=0
pal=1
rememberstate=True
[8D]
name=Grounder in Wall
art=../art/nemesis/Grounder from ARZ.bin
mapasm=../s2.asm
mapasmlbl=word_36D02
pal=1
rememberstate=True
xmlfile=ARZ/GrounderInWall.xml
[8E]
name=Grounder
art=../art/nemesis/Grounder from ARZ.bin
mapasm=../s2.asm
mapasmlbl=word_36D46
pal=1
rememberstate=True
xmlfile=ARZ/Grounder.xml
[91]
name=Chop Chop
art=../art/nemesis/Shark from ARZ.bin
Expand Down

0 comments on commit 99d6f34

Please sign in to comment.