diff options
author | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-13 21:07:32 -0400 |
---|---|---|
committer | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-13 21:07:32 -0400 |
commit | 10dfc9b4c49eb82ff0755343375e02df990f6deb (patch) | |
tree | 564598eafd50c60c91f9fb92365f40e1a940ef57 | |
parent | b84c9c4974c6e9fecfab0cbdee9879815c62dff0 (diff) |
Fixed commented address, was copied from crystal
-rwxr-xr-x | engine/smallflag.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/smallflag.asm b/engine/smallflag.asm index f95dfb9..dfce475 100755 --- a/engine/smallflag.asm +++ b/engine/smallflag.asm @@ -1,6 +1,6 @@ SECTION "SmallFarFlagAction", ROMX[$4d33], BANK[$03]
-SmallFarFlagAction: ; 4d7c1
+SmallFarFlagAction: ; 03:4d33
; Perform action b on bit c in flag array hl.
; If checking a flag, check flag array d:hl unless d is 0.
|