Skip to content

Commit

Permalink
fix fadeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
boviex committed Feb 21, 2018
1 parent 97fb335 commit 8eebc69
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions Engine Hacks/Semitransparency_changes.event
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifdef inBLRange
// #ifdef inBLRange

PUSH

Expand Down Expand Up @@ -36,21 +36,21 @@ ORG $9fe54
SHORT $A42

//Supply
ORG $9db02
SHORT $2001 $210e $2202 $2308
ORG $9d55c
SHORT $2142 $7001 $210A $7041
// ORG $9db02
// SHORT $2001 $210e $2202 $2308
// ORG $9d55c
// SHORT $2142 $7001 $210A $7041

//Leaving Supply/promote
ORG $13bcc
SHORT $2001 $210e $2202 $2300
ORG $13bdc
SHORT $2000 $2101 $2200 $2300
ORG $13bea
SHORT $2000 $2100 $2200 $2301
ORG $13bf6
SHORT $2046
BL(SemiTransparency)
// //Leaving Supply/promote
// ORG $13bcc
// SHORT $2001 $210e $2202 $2300
// ORG $13bdc
// SHORT $2000 $2101 $2200 $2300
// ORG $13bea
// SHORT $2000 $2100 $2200 $2301
// ORG $13bf6
// SHORT $2046
// BL(SemiTransparency)

//Got Item
ORG $111c0
Expand All @@ -64,9 +64,9 @@ SHORT 0 0

POP

SemiTransparency:
SHORT $4661 $313c $7008 $4770
// SemiTransparency:
// SHORT $4661 $313c $7008 $4770

#else
ERROR _file_ is not in BL Range
#endif
// #else
// ERROR _file_ is not in BL Range
// #endif

0 comments on commit 8eebc69

Please sign in to comment.