diff options
Diffstat (limited to 'event/kurt.asm')
-rw-r--r-- | event/kurt.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/event/kurt.asm b/event/kurt.asm index 78dbd5aef..4924fdf6a 100644 --- a/event/kurt.asm +++ b/event/kurt.asm @@ -98,9 +98,9 @@ Kurt_SelectApricorn: ; 88055 db 4, 7 db 1 dbw 0, Buffer1 - dbw BANK(.Name), .Name - dbw BANK(.Quantity), .Quantity - dbw BANK(NULL), NULL + dba .Name + dba .Quantity + dba NULL .Name: ; 8809f ld a, [MenuSelection] |