Skip to content

Commit

Permalink
Adding offsetTable macro to another index
Browse files Browse the repository at this point in the history
  • Loading branch information
Clownacy committed Dec 29, 2014
1 parent c61b447 commit f8cf7e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions s2.asm
Expand Up @@ -69918,9 +69918,9 @@ Obj98:
jmp Obj98_Index(pc,d1.w)
; ===========================================================================
; off_376F6: Obj98_States:
Obj98_Index:
dc.w Obj98_Init - Obj98_Index
dc.w Obj98_Main - Obj98_Index; 1
Obj98_Index: offsetTable
offsetTableEntry.w Obj98_Init ; 0
offsetTableEntry.w Obj98_Main ; 2
; ===========================================================================
; loc_376FA:
Obj98_Init: ;;
Expand Down

0 comments on commit f8cf7e6

Please sign in to comment.