Skip to content

Commit

Permalink
Merge pull request #24 from NERS1111/main
Browse files Browse the repository at this point in the history
Changed 1.08 - 1.10 doorCloseCon pointer
  • Loading branch information
Tenebrosful authored Feb 12, 2023
2 parents bac5b62 + 776d1f9 commit 5563b0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Deltarune.asl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ state("Deltarune", "v1.13 - v1.15") {
uint room : "Deltarune.exe", 0x6F0B70;

// globals
string128 textboxMsg : "Deltarune.exe", 0x6FE774, 0x8, 0x144, 0x144, 0x140, 0x24, 0x10, 0x0, 0x0, 0x0, 0x0; // using the actual textbox string instead of the halt state seems to work better for end splits shayyYippee
string128 textboxMsg : "Deltarune.exe", 0x6FE774, 0x8, 0x144, 0x144, 0x140, 0x24, 0x10, 0x0, 0x0, 0x0, 0x0;

double fight : "Deltarune.exe", 0x6FE860, 0x30, 0x9C, 0x5F0;
double fight2 : "Deltarune.exe", 0x6FE860, 0x30, 0xD98, 0x9B0; // going into chapter 2 then chapter 1 breaks the first pointer so i had to find a second one (not like it matters though cuz they're broken at the moment)
Expand Down Expand Up @@ -37,7 +37,7 @@ state("Deltarune", "v1.08 - v1.10") {

// selfs
double namerEvent : "Deltarune.exe", 0x6EF220, 0xD4, 0x5C, 0x20, 0x24, 0x10, 0x9C, 0x0;
double doorCloseCon : "Deltarune.exe", 0x6F1394, 0x4, 0x160, 0x1E0, 0x24, 0x10, 0x18, 0x0;
double doorCloseCon : "Deltarune.exe", 0x43DE48, 0x7C8, 0xC, 0x24, 0x10, 0x18, 0x0;

double jevilDance : "Deltarune.exe", 0x6EF220, 0xD8, 0x15C, 0x20, 0x24, 0x10, 0x5F4, 0x0;

Expand Down

0 comments on commit 5563b0a

Please sign in to comment.