Skip to content

Commit

Permalink
Revert pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenebrosful committed Feb 3, 2023
1 parent 3143395 commit 1856898
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 @@ -9,15 +9,15 @@ state("Deltarune", "v1.15") {
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

double choicer : "Deltarune.exe", 0x4BB0C8, 0x15C, 0x0;
double choicer : "Deltarune.exe", 0x6F0B48, 0x80, 0x140, 0x24, 0x10, 0x15C, 0x0;

// selfs
double namerEvent : "Deltarune.exe", 0x43FE48, 0x630, 0xC, 0x140, 0x24, 0x10, 0xFC, 0x0;
double doorCloseCon : "Deltarune.exe", 0x6F0BD0, 0x524, 0x84, 0x24, 0x10, 0x18, 0x0;

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

double finalTextboxHalt_ch1 : "Deltarune.exe", 0x6F2CBC, 0x4, 0x144, 0x140, 0x140, 0x24, 0x10, 0x4F8, 0x0;
double finalTextboxHalt_ch1 : "Deltarune.exe", 0x6F2CBC, 0x4, 0x140, 0x24, 0x10, 0x4F8, 0x0;
double finalTextboxHalt_ch2 : "Deltarune.exe", 0x6F2CBC, 0x3C, 0x140, 0x140, 0x24, 0x10, 0xAF8, 0x0;

double djFightCon : "Deltarune.exe", 0x438BCC, 0x1F0, 0xDC, 0x20, 0x144, 0x24, 0x10, 0x2B8, 0x0;
Expand Down

0 comments on commit 1856898

Please sign in to comment.